dev-python/fs: Drop superfluous calls to python_is_python3

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2020-08-03 23:23:51 +02:00
parent 95141f813c
commit f6c8880c78

View File

@@ -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() {