summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2018-06-26 13:33:51 -0400
committerMike Gilbert <floppym@gentoo.org>2018-06-26 13:33:51 -0400
commit9c29fb5a93b8e19431c47e745c3dfb11e90ab760 (patch)
treeb72a6cdc24cc477c4f2f09ff3110fac94b74b9bd
parentdev-python/numba: depend on >=dev-python/llvmlite-0.22.0 (diff)
downloadgentoo-9c29fb5a93b8e19431c47e745c3dfb11e90ab760.tar.gz
gentoo-9c29fb5a93b8e19431c47e745c3dfb11e90ab760.tar.bz2
gentoo-9c29fb5a93b8e19431c47e745c3dfb11e90ab760.zip
dev-python/sortedcollections: drop python_test
The pypi tarball does not contain the tests, and github has no tag for this version. Please restore python_test on the next version bump. Closes: https://bugs.gentoo.org/659104 Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
-rw-r--r--dev-python/sortedcollections/sortedcollections-0.5.3.ebuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild b/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild
index f222468d6148..f979144c81c0 100644
--- a/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild
+++ b/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild
@@ -19,7 +19,3 @@ IUSE="test"
RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_test() {
- py.test -v || die
-}