diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-10 09:10:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-10 09:13:16 +0200 |
commit | 838150c19310ccb74a1ad38a08bce1be6e9b8f4c (patch) | |
tree | 6ebf3e979c5153a1e02cf751e36568608405f203 /dev-python/pytest-timeout | |
parent | dev-python/pytest-timeout: Enable xdist (diff) | |
download | gentoo-838150c19310ccb74a1ad38a08bce1be6e9b8f4c.tar.gz gentoo-838150c19310ccb74a1ad38a08bce1be6e9b8f4c.tar.bz2 gentoo-838150c19310ccb74a1ad38a08bce1be6e9b8f4c.zip |
dev-python/pytest-timeout: pytest-cov now supports 3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-timeout')
-rw-r--r-- | dev-python/pytest-timeout/pytest-timeout-2.2.0.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/pytest-timeout/pytest-timeout-2.2.0.ebuild b/dev-python/pytest-timeout/pytest-timeout-2.2.0.ebuild index d099aaa62e42..7c49baaa6924 100644 --- a/dev-python/pytest-timeout/pytest-timeout-2.2.0.ebuild +++ b/dev-python/pytest-timeout/pytest-timeout-2.2.0.ebuild @@ -26,9 +26,7 @@ BDEPEND=" dev-python/pexpect[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] !hppa? ( - $(python_gen_cond_dep ' - dev-python/pytest-cov[${PYTHON_USEDEP}] - ' python3_{10..11} pypy3) + dev-python/pytest-cov[${PYTHON_USEDEP}] ) ) " |