From: Mike Gilbert Date: Tue, 26 Jun 2018 17:33:51 +0000 (-0400) Subject: dev-python/sortedcollections: drop python_test X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9c29fb5a93b8e19431c47e745c3dfb11e90ab760;p=gentoo.git 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 --- 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 -}