mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
dev-python/pytest-shutil: Drop superfluous calls to python_is_python3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user