summaryrefslogtreecommitdiff
path: root/dev-python/python-zipstream/python-zipstream-1.1.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-zipstream/python-zipstream-1.1.4.ebuild')
-rw-r--r--dev-python/python-zipstream/python-zipstream-1.1.4.ebuild9
1 files changed, 1 insertions, 8 deletions
diff --git a/dev-python/python-zipstream/python-zipstream-1.1.4.ebuild b/dev-python/python-zipstream/python-zipstream-1.1.4.ebuild
index d2583fc091f2..6537b95bb82d 100644
--- a/dev-python/python-zipstream/python-zipstream-1.1.4.ebuild
+++ b/dev-python/python-zipstream/python-zipstream-1.1.4.ebuild
@@ -14,12 +14,5 @@ SRC_URI="https://github.com/allanlei/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_test() {
- nosetests -v || die "tests failed under ${EPYTHON}"
-}
+distutils_enable_tests nose