* update python-beaker to 1.13.0-3

This commit is contained in:
Alexander Baldeck 2025-01-07 07:59:16 +01:00
parent a51e35c129
commit e8012bfc69
2 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-beaker
pkgdesc = Caching and sessions WSGI middleware for use with web applications and stand-alone Python scripts and applications
pkgver = 1.13.0
pkgrel = 2
pkgrel = 3
url = https://beaker.readthedocs.io/en/latest/
arch = any
license = BSD-3-Clause

View File

@ -6,7 +6,7 @@
_name=beaker
pkgname=python-beaker
pkgver=1.13.0
pkgrel=2
pkgrel=3
arch=(any)
license=('BSD-3-Clause')
pkgdesc="Caching and sessions WSGI middleware for use with web applications and stand-alone Python scripts and applications"
@ -42,8 +42,12 @@ build() {
check() {
cd beaker-$pkgver
# it_IT.UTF-8 is missing in test env
# test_dbm_container fails with SQLite objects created in a thread can only be used in that same thread.
pifpaf run memcached --port 11211 -- pifpaf run redis -- \
pytest --deselect tests/test_cookie_expires.py::test_cookie_expires_different_locale
pytest --deselect tests/test_cookie_expires.py::test_cookie_expires_different_locale \
--deselect tests/test_container.py::test_dbm_container \
--deselect tests/test_container.py::test_dbm_container_2 \
--deselect tests/test_container.py::test_dbm_container_3
}
package() {