diff options
Diffstat (limited to 'dev-python/pytest-timeout')
| -rw-r--r-- | dev-python/pytest-timeout/pytest-timeout-1.4.2-r1.ebuild | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/dev-python/pytest-timeout/pytest-timeout-1.4.2-r1.ebuild b/dev-python/pytest-timeout/pytest-timeout-1.4.2-r1.ebuild index e273c4b51685..d349cada7d5c 100644 --- a/dev-python/pytest-timeout/pytest-timeout-1.4.2-r1.ebuild +++ b/dev-python/pytest-timeout/pytest-timeout-1.4.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,17 +22,11 @@ BDEPEND=" dev-python/pexpect[${PYTHON_USEDEP}] !hppa? ( $(python_gen_cond_dep ' dev-python/pytest-cov[${PYTHON_USEDEP}] - ' -3) ) + ' python3_{7..9}) ) )" -distutils_enable_tests pytest +distutils_enable_tests --install pytest PATCHES=( "${FILESDIR}"/pytest-timeout-1.4.2-optional-cov.patch ) - -python_test() { - distutils_install_for_testing - - pytest -vv || die "Tests fail with ${EPYTHON}" -} |
