dev-python/sortedcollections: drop python_test
authorMike Gilbert <floppym@gentoo.org>
Tue, 26 Jun 2018 17:33:51 +0000 (13:33 -0400)
committerMike Gilbert <floppym@gentoo.org>
Tue, 26 Jun 2018 17:33:51 +0000 (13:33 -0400)
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

dev-python/sortedcollections/sortedcollections-0.5.3.ebuild

index f222468d61488201bb928a4423cdd73676a58831..f979144c81c02585a0445e0076e8aeb5912a86c9 100644 (file)
@@ -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
-}