diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-03 23:23:51 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-15 01:21:28 +0200 |
commit | f6c8880c78cd576452e6b356a0eae0ebcf230454 (patch) | |
tree | 526e84e6dc375072d9f237ce1d0ab53fbacaf3d0 | |
parent | dev-python/eventlet: Drop superfluous calls to python_is_python3 (diff) | |
download | gentoo-f6c8880c78cd576452e6b356a0eae0ebcf230454.tar.gz gentoo-f6c8880c78cd576452e6b356a0eae0ebcf230454.tar.bz2 gentoo-f6c8880c78cd576452e6b356a0eae0ebcf230454.zip |
dev-python/fs: Drop superfluous calls to python_is_python3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | dev-python/fs/fs-2.4.9-r1.ebuild | 6 |
1 files changed, 1 insertions, 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 b3ef70757a86..2dc5fca3dcff 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() { |