commit: 9c29fb5a93b8e19431c47e745c3dfb11e90ab760 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Tue Jun 26 17:33:51 2018 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Tue Jun 26 17:33:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c29fb5a
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 dev-python/sortedcollections/sortedcollections-0.5.3.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild b/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild index f222468d614..f979144c81c 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 -}
