summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-01-15 13:17:59 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-01-15 13:51:58 +0200
commit5b10c6ef0193a93dc3306c4811d63cf24cb19842 (patch)
tree135ccaa1896f78a8a9f6923e6b7ae615a6700620 /dev-python/wurlitzer
parentdev-python/spyder-kernels: Version bump 1.8.1 (diff)
downloadgentoo-5b10c6ef0193a93dc3306c4811d63cf24cb19842.tar.gz
gentoo-5b10c6ef0193a93dc3306c4811d63cf24cb19842.tar.bz2
gentoo-5b10c6ef0193a93dc3306c4811d63cf24cb19842.zip
dev-python/wurlitzer: use distutils_enable_tests
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/wurlitzer')
-rw-r--r--dev-python/wurlitzer/wurlitzer-2.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/wurlitzer/wurlitzer-2.0.0.ebuild b/dev-python/wurlitzer/wurlitzer-2.0.0.ebuild
index aa2a9e30d181..c52bb20f6ac8 100644
--- a/dev-python/wurlitzer/wurlitzer-2.0.0.ebuild
+++ b/dev-python/wurlitzer/wurlitzer-2.0.0.ebuild
@@ -12,13 +12,13 @@ HOMEPAGE="https://github.com/minrk/wurlitzer https://pypi.org/project/wurlitzer"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
IUSE="test"
-RESTRICT="!test? ( test )"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
+distutils_enable_tests pytest
python_test() {
pytest -vv test.py || die "Tests fail with ${EPYTHON}"