diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-11-20 18:42:11 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-11-20 18:42:11 +0000 |
| commit | 3fb6530f431981c0c90bc7c530748e61b8155999 (patch) | |
| tree | 705b2493ae14a775e330108da8bb1f31ec023a12 /dev-python/requests-cache | |
| parent | 51b21bbdf5b32a68f725b14f30e29a486ed786f4 (diff) | |
| download | baldeagleos-repo-3fb6530f431981c0c90bc7c530748e61b8155999.tar.gz baldeagleos-repo-3fb6530f431981c0c90bc7c530748e61b8155999.tar.xz baldeagleos-repo-3fb6530f431981c0c90bc7c530748e61b8155999.zip | |
Adding metadata
Diffstat (limited to 'dev-python/requests-cache')
| -rw-r--r-- | dev-python/requests-cache/requests-cache-1.1.1.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/dev-python/requests-cache/requests-cache-1.1.1.ebuild b/dev-python/requests-cache/requests-cache-1.1.1.ebuild index e705484ad768..ed38b04c6495 100644 --- a/dev-python/requests-cache/requests-cache-1.1.1.ebuild +++ b/dev-python/requests-cache/requests-cache-1.1.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) +PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 ) PYTHON_REQ_USE="sqlite" inherit distutils-r1 optfeature @@ -62,6 +62,13 @@ python_test() { ) case ${EPYTHON} in + pypy3) + EPYTEST_DESELECT+=( + # "database is locked", upstream probably relies on GC + # too much + tests/integration/test_sqlite.py + ) + ;; python3.12) # https://github.com/requests-cache/requests-cache/issues/845 EPYTEST_DESELECT+=( |
