From f6c8880c78cd576452e6b356a0eae0ebcf230454 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 3 Aug 2020 23:23:51 +0200 Subject: dev-python/fs: Drop superfluous calls to python_is_python3 Signed-off-by: Andreas Sturmlechner --- 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 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() { -- cgit v1.2.3-65-gdbad