diff options
Diffstat (limited to 'dev-python/python-dotenv')
| -rw-r--r-- | dev-python/python-dotenv/python-dotenv-0.16.0.ebuild | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/dev-python/python-dotenv/python-dotenv-0.16.0.ebuild b/dev-python/python-dotenv/python-dotenv-0.16.0.ebuild index 2d8e22b3516c..ebd7fc62cc36 100644 --- a/dev-python/python-dotenv/python-dotenv-0.16.0.ebuild +++ b/dev-python/python-dotenv/python-dotenv-0.16.0.ebuild @@ -15,9 +15,9 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="test" -DEPEND="test? ( +DEPEND=" + test? ( >=dev-python/click-5[${PYTHON_USEDEP}] dev-python/ipython[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] @@ -26,11 +26,4 @@ DEPEND="test? ( DOCS=( CHANGELOG.md README.md ) -distutils_enable_tests pytest - -python_test() { - # Tests call the "dotenv" command which needs to be in PATH - # https://bugs.gentoo.org/743784 - distutils_install_for_testing - pytest -vv || die "Tests fail with ${EPYTHON}" -} +distutils_enable_tests --install pytest |
