testing/py3-dogpile.cache: rebuild against python 3.14

This commit is contained in:
Hugo Osvaldo Barrera 2026-03-30 00:00:53 +02:00 committed by Hugo Barrera
parent fdc0c544c0
commit f40e2dfb2e

View File

@ -3,7 +3,7 @@
pkgname=py3-dogpile.cache
_pkgname=dogpile.cache
pkgver=1.3.3
pkgrel=1
pkgrel=2
pkgdesc="Caching front-end based on the Dogpile lock"
url="https://github.com/sqlalchemy/dogpile.cache"
arch="noarch"
@ -24,7 +24,10 @@ build() {
check() {
python3 -m venv --clear --without-pip --system-site-packages .testenv
gpep517 install-wheel --destdir .testenv --prefix '' .dist/*.whl
.testenv/bin/python3 -m pytest
# Redis tests require local Redis instance.
.testenv/bin/python3 -m pytest \
--ignore tests/cache/test_redis_backend.py \
--ignore tests/cache/test_redis_sentinel_backend.py
}
package() {