Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sortedcollections/
Date: Tue, 26 Jun 2018 17:34:22
Message-Id: 1530034431.9c29fb5a93b8e19431c47e745c3dfb11e90ab760.floppym@gentoo
1 commit: 9c29fb5a93b8e19431c47e745c3dfb11e90ab760
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 26 17:33:51 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 26 17:33:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c29fb5a
7
8 dev-python/sortedcollections: drop python_test
9
10 The pypi tarball does not contain the tests, and github has no tag for
11 this version. Please restore python_test on the next version bump.
12
13 Closes: https://bugs.gentoo.org/659104
14 Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
15
16 dev-python/sortedcollections/sortedcollections-0.5.3.ebuild | 4 ----
17 1 file changed, 4 deletions(-)
18
19 diff --git a/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild b/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild
20 index f222468d614..f979144c81c 100644
21 --- a/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild
22 +++ b/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild
23 @@ -19,7 +19,3 @@ IUSE="test"
24 RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
25 DEPEND="${RDEPEND}
26 test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
27 -
28 -python_test() {
29 - py.test -v || die
30 -}