diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-02-19 16:58:01 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-02-19 17:09:23 +0100 |
| commit | c7428a78173473f7c3f0ee38af443f0de004fd8f (patch) | |
| tree | ff62428841d5106832ab6bbd59f1a2a650f617c5 /dev-python/executing | |
| parent | 77a8a0d0f5af4c16b7ba4964de4d032c505ebe04 (diff) | |
| download | gentoo-c7428a78173473f7c3f0ee38af443f0de004fd8f.tar.gz gentoo-c7428a78173473f7c3f0ee38af443f0de004fd8f.tar.bz2 gentoo-c7428a78173473f7c3f0ee38af443f0de004fd8f.zip | |
dev-python/executing: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/executing')
| -rw-r--r-- | dev-python/executing/executing-2.2.0.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-python/executing/executing-2.2.0.ebuild b/dev-python/executing/executing-2.2.0.ebuild index 635b40e71da5..643fe48d589f 100644 --- a/dev-python/executing/executing-2.2.0.ebuild +++ b/dev-python/executing/executing-2.2.0.ebuild @@ -4,7 +4,8 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..13} ) +PYTHON_TESTED=( pypy3 python3_{10..13} ) +PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" pypy3_11 ) inherit distutils-r1 optfeature @@ -36,6 +37,11 @@ distutils_enable_tests pytest export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} python_test() { + if ! has "${EPYTHON}" "${PYTHON_TESTED[@]/_/.}"; then + einfo "Skipping tests on ${EPYTHON}" + return + fi + local EPYTEST_DESELECT=() case ${EPYTHON} in pypy3) |
