diff options
Diffstat (limited to 'dev-python/pytest-tempdir')
-rw-r--r-- | dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild b/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild index f347e2e070f7..0720ff8875bd 100644 --- a/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild +++ b/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Pytest plugin to support for a predictable and repeatable temporary directory" @@ -14,13 +14,4 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 x86" -BDEPEND=" - >=dev-python/pytest-2.8.1[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_test() { - distutils_install_for_testing - pytest -vv || die "Tests failed with ${EPYTHON}" -} +distutils_enable_tests --install pytest |