diff --git a/testing/py3-dogpile.cache/APKBUILD b/testing/py3-dogpile.cache/APKBUILD index 6ef4a9692a1..4bb15a2bde1 100644 --- a/testing/py3-dogpile.cache/APKBUILD +++ b/testing/py3-dogpile.cache/APKBUILD @@ -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() {