mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
testing/py3-dogpile.cache: rebuild against python 3.14
This commit is contained in:
parent
fdc0c544c0
commit
f40e2dfb2e
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user