summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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}"