diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-05-12 14:32:48 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-05-12 14:32:48 +0000 |
| commit | 2ea9e9988bb62d22d6e189a65a0dc0218b8103db (patch) | |
| tree | dba985637358ca69fdb87390fc5711880f1959e7 /dev-python/pytest-timeout | |
| parent | c2f35c3c3b326b5a16c2f7f7cb347716f3865254 (diff) | |
| download | baldeagleos-repo-2ea9e9988bb62d22d6e189a65a0dc0218b8103db.tar.gz baldeagleos-repo-2ea9e9988bb62d22d6e189a65a0dc0218b8103db.tar.xz baldeagleos-repo-2ea9e9988bb62d22d6e189a65a0dc0218b8103db.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pytest-timeout')
| -rw-r--r-- | dev-python/pytest-timeout/pytest-timeout-2.3.1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/pytest-timeout/pytest-timeout-2.3.1.ebuild b/dev-python/pytest-timeout/pytest-timeout-2.3.1.ebuild index a3c0cff26b0d..2127ea8cb31a 100644 --- a/dev-python/pytest-timeout/pytest-timeout-2.3.1.ebuild +++ b/dev-python/pytest-timeout/pytest-timeout-2.3.1.ebuild @@ -25,7 +25,9 @@ BDEPEND=" test? ( dev-python/pexpect[${PYTHON_USEDEP}] !hppa? ( - dev-python/pytest-cov[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pytest-cov[${PYTHON_USEDEP}] + ' python3_{10..11} pypy3) ) ) " @@ -37,7 +39,7 @@ python_test() { local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 local -x PYTEST_PLUGINS=pytest_timeout - if has_version dev-python/pytest-cov; then + if has_version "dev-python/pytest-cov[${PYTHON_USEDEP}]"; then PYTEST_PLUGINS+=,pytest_cov.plugin else EPYTEST_DESELECT+=( |
