diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-02-19 18:56:14 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-02-19 18:56:14 +0000 |
| commit | 590fc5fef7eee098c58f5170cad7b8eaf7b40b22 (patch) | |
| tree | d848fc033ff08b4d5a61fe9021629958b55d1dc0 /dev-python/executing | |
| parent | e8a909f13a456c071a6493f2931771c7f96aed43 (diff) | |
| download | baldeagleos-repo-590fc5fef7eee098c58f5170cad7b8eaf7b40b22.tar.gz baldeagleos-repo-590fc5fef7eee098c58f5170cad7b8eaf7b40b22.tar.xz baldeagleos-repo-590fc5fef7eee098c58f5170cad7b8eaf7b40b22.zip | |
Adding metadata
Diffstat (limited to 'dev-python/executing')
| -rw-r--r-- | dev-python/executing/executing-2.2.0.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-python/executing/executing-2.2.0.ebuild b/dev-python/executing/executing-2.2.0.ebuild index 6c4575ce7448..3b4198b84d5f 100644 --- a/dev-python/executing/executing-2.2.0.ebuild +++ b/dev-python/executing/executing-2.2.0.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYTHON_TESTED=( python3_{9,10,11,12,13} pypy3 ) PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) 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) |
