diff options
Diffstat (limited to 'dev-python/pytest-shutil')
-rw-r--r-- | dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild | 6 |
1 files changed, 0 insertions, 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 739edfa62ca7..0e2c74cc89c3 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}" |