diff --git a/dev-python/fs/fs-2.4.9-r1.ebuild b/dev-python/fs/fs-2.4.9-r1.ebuild index b3ef70757a862..2dc5fca3dcff1 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() {