commit: f6c8880c78cd576452e6b356a0eae0ebcf230454
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 3 21:23:51 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 23:21:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c8880c
dev-python/fs: Drop superfluous calls to python_is_python3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-python/fs/fs-2.4.9-r1.ebuild | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/dev-python/fs/fs-2.4.9-r1.ebuild b/dev-python/fs/fs-2.4.9-r1.ebuild
index b3ef70757a8..2dc5fca3dcf 100644
--- a/dev-python/fs/fs-2.4.9-r1.ebuild
+++ b/dev-python/fs/fs-2.4.9-r1.ebuild
@@ -39,11 +39,7 @@ BDEPEND="test? (
)"
python_test() {
- # python2_7 tests require dev-python/typing which is
- # now in stdlib so ignore tests. py2.7 is going away.
- if python_is_python3; then
- esetup.py test || die "tests failed"
- fi
+ esetup.py test
}
pkg_postinst() {