Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fs/
Date: Fri, 14 Aug 2020 23:22:28
Message-Id: 1597447288.f6c8880c78cd576452e6b356a0eae0ebcf230454.asturm@gentoo
1 commit: f6c8880c78cd576452e6b356a0eae0ebcf230454
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 21:23:51 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 14 23:21:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c8880c
7
8 dev-python/fs: Drop superfluous calls to python_is_python3
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-python/fs/fs-2.4.9-r1.ebuild | 6 +-----
13 1 file changed, 1 insertion(+), 5 deletions(-)
14
15 diff --git a/dev-python/fs/fs-2.4.9-r1.ebuild b/dev-python/fs/fs-2.4.9-r1.ebuild
16 index b3ef70757a8..2dc5fca3dcf 100644
17 --- a/dev-python/fs/fs-2.4.9-r1.ebuild
18 +++ b/dev-python/fs/fs-2.4.9-r1.ebuild
19 @@ -39,11 +39,7 @@ BDEPEND="test? (
20 )"
21
22 python_test() {
23 - # python2_7 tests require dev-python/typing which is
24 - # now in stdlib so ignore tests. py2.7 is going away.
25 - if python_is_python3; then
26 - esetup.py test || die "tests failed"
27 - fi
28 + esetup.py test
29 }
30
31 pkg_postinst() {