summaryrefslogtreecommitdiff
path: root/dev-python/pytest-timeout
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-05-20 01:38:55 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-05-20 01:38:55 +0000
commitc985e56fbef78ac3b3cadf791bd09e24f3725986 (patch)
tree82d5346b2ccb2a8fb11e0375d487a1c3bd1f4307 /dev-python/pytest-timeout
parent8478608f14b4d9f4fa67dcc8ee373db368b02ada (diff)
downloadbaldeagleos-repo-c985e56fbef78ac3b3cadf791bd09e24f3725986.tar.gz
baldeagleos-repo-c985e56fbef78ac3b3cadf791bd09e24f3725986.tar.xz
baldeagleos-repo-c985e56fbef78ac3b3cadf791bd09e24f3725986.zip
Adding metadata
Diffstat (limited to 'dev-python/pytest-timeout')
-rw-r--r--dev-python/pytest-timeout/pytest-timeout-1.4.2-r1.ebuild12
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}"
-}