dev-python/pytest-shutil: 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:54 +02:00
parent cce27e36f3
commit f711179bdd

View File

@@ -45,12 +45,6 @@ python_prepare_all() {
}
python_test() {
# at this point let's not fix python2 stuff
if ! python_is_python3; then
ewarn "Tests broken on python2, not runninge tests for ${EPYTHON}"
return 0
fi
distutils_install_for_testing
esetup.py test || die "Tests failed under ${EPYTHON}"