diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-02-15 21:50:55 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-02-15 21:50:55 +0000 |
| commit | 4540b44fc06d88f61fe449f282e93eb20581dc95 (patch) | |
| tree | 5f5b5c279d1cbb7f7bfeef8ab3362677a3fa8539 /dev-python/virtualenv | |
| parent | e84f6493df97257f7a0706489cd51eb0fe6f934d (diff) | |
| download | baldeagleos-repo-4540b44fc06d88f61fe449f282e93eb20581dc95.tar.gz baldeagleos-repo-4540b44fc06d88f61fe449f282e93eb20581dc95.tar.xz baldeagleos-repo-4540b44fc06d88f61fe449f282e93eb20581dc95.zip | |
Adding metadata
Diffstat (limited to 'dev-python/virtualenv')
| -rw-r--r-- | dev-python/virtualenv/virtualenv-20.29.2.ebuild | 28 |
1 files changed, 18 insertions, 10 deletions
diff --git a/dev-python/virtualenv/virtualenv-20.29.2.ebuild b/dev-python/virtualenv/virtualenv-20.29.2.ebuild index ef8e66b486df..9b7191c668ac 100644 --- a/dev-python/virtualenv/virtualenv-20.29.2.ebuild +++ b/dev-python/virtualenv/virtualenv-20.29.2.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling +PYTHON_TESTED=( python3_{9,10,11,12,13} pypy3 ) PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) inherit distutils-r1 multiprocessing pypi @@ -33,20 +34,22 @@ RDEPEND=" BDEPEND=" dev-python/hatch-vcs[${PYTHON_USEDEP}] test? ( - dev-python/coverage[${PYTHON_USEDEP}] - dev-python/flaky[${PYTHON_USEDEP}] - >=dev-python/pip-22.2.1[${PYTHON_USEDEP}] $(python_gen_cond_dep ' - >=dev-python/pytest-freezer-0.4.6[${PYTHON_USEDEP}] - ' pypy3) - >=dev-python/pytest-mock-3.6.1[${PYTHON_USEDEP}] - dev-python/pytest-xdist[${PYTHON_USEDEP}] - >=dev-python/setuptools-67.8[${PYTHON_USEDEP}] + dev-python/coverage[${PYTHON_USEDEP}] + dev-python/flaky[${PYTHON_USEDEP}] + >=dev-python/pip-22.2.1[${PYTHON_USEDEP}] + >=dev-python/pytest-mock-3.6.1[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] + >=dev-python/setuptools-67.8[${PYTHON_USEDEP}] + dev-python/wheel[${PYTHON_USEDEP}] + >=dev-python/packaging-20.0[${PYTHON_USEDEP}] + ' "${PYTHON_TESTED[@]}") $(python_gen_cond_dep ' dev-python/time-machine[${PYTHON_USEDEP}] ' 'python3*') - dev-python/wheel[${PYTHON_USEDEP}] - >=dev-python/packaging-20.0[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-python/pytest-freezer-0.4.6[${PYTHON_USEDEP}] + ' pypy3) ) " @@ -72,6 +75,11 @@ src_prepare() { } python_test() { + if ! has "${EPYTHON}" "${PYTHON_TESTED[@]/_/.}"; then + einfo "Skipping testing on ${EPYTHON}" + return + fi + local EPYTEST_DESELECT=( tests/unit/seed/embed/test_bootstrap_link_via_app_data.py::test_seed_link_via_app_data # tests for old wheels with py3.7 support |
