commit: f711179bddff5d961123a78094eede835b474c46
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 3 21:23:54 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 23:21:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f711179b
dev-python/pytest-shutil: Drop superfluous calls to python_is_python3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild | 6 ------
1 file changed, 6 deletions(-)
diff --git a/dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild
b/dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild
index 739edfa62ca..0e2c74cc89c 100644
--- a/dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild
+++ b/dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild
@@ -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}"