dev-python/argon2_cffi: Use distutils_enable_tests
authorMichał Górny <mgorny@gentoo.org>
Thu, 2 Jan 2020 07:55:04 +0000 (08:55 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 2 Jan 2020 08:06:59 +0000 (09:06 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/argon2_cffi/argon2_cffi-19.1.0.ebuild

index 03a1a5770050f187684164b3808d2939c73fe069..da5d18a898c0721a978c2f0e23b27d52b5856edc 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,8 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
+IUSE="doc"
 
 COMMON_DEPEND="
        ~app-crypt/argon2-20171227:=
@@ -28,12 +27,13 @@ DEPEND="${COMMON_DEPEND}
        doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
        test? (
                dev-python/hypothesis[${PYTHON_USEDEP}]
-               >=dev-python/pytest-3.0[${PYTHON_USEDEP}]
        )
 "
 
 DOCS=( AUTHORS.rst CHANGELOG.rst FAQ.rst README.rst )
 
+distutils_enable_tests pytest
+
 python_configure_all() {
        export ARGON2_CFFI_USE_SYSTEM=1
 }
@@ -42,10 +42,6 @@ python_compile_all() {
        use doc && emake -C docs html
 }
 
-python_test() {
-       pytest -vv || die "Tests failed with ${EPYTHON}"
-}
-
 python_install_all() {
        use doc && local HTML_DOCS=( docs/_build/html/. )
        distutils-r1_python_install_all