From f40e2dfb2efdcdcb895cfe71f740f6883cc51866 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Mon, 30 Mar 2026 00:00:53 +0200 Subject: [PATCH] testing/py3-dogpile.cache: rebuild against python 3.14 --- testing/py3-dogpile.cache/APKBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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() {