diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-10 06:12:14 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-10 06:12:14 +0000 |
| commit | 0f156be9c41e4b6ea072452246ecfeffa9da1589 (patch) | |
| tree | 2808a8b515cfd43a7e3aaf159d36412296c151d0 /dev-python/pytest-timeout | |
| parent | 1e1659dc3453c7ae474b8a035d583393a25a43f8 (diff) | |
| download | baldeagleos-repo-0f156be9c41e4b6ea072452246ecfeffa9da1589.tar.gz baldeagleos-repo-0f156be9c41e4b6ea072452246ecfeffa9da1589.tar.xz baldeagleos-repo-0f156be9c41e4b6ea072452246ecfeffa9da1589.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pytest-timeout')
| -rw-r--r-- | dev-python/pytest-timeout/pytest-timeout-2.1.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/pytest-timeout/pytest-timeout-2.1.0.ebuild b/dev-python/pytest-timeout/pytest-timeout-2.1.0.ebuild index 7271bcca6da9..acd90bfd9e1d 100644 --- a/dev-python/pytest-timeout/pytest-timeout-2.1.0.ebuild +++ b/dev-python/pytest-timeout/pytest-timeout-2.1.0.ebuild @@ -5,6 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 ) + inherit distutils-r1 DESCRIPTION="pytest plugin to abort hanging tests" @@ -21,7 +22,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_{8..10} pypy3) ) )" |
