mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/fs: Drop superfluous calls to python_is_python3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user