diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-03 23:23:54 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-15 01:21:30 +0200 |
commit | f711179bddff5d961123a78094eede835b474c46 (patch) | |
tree | b9773d18e58952601775c331c1c9d79359bf7728 /dev-python/pytest-shutil | |
parent | dev-python/pytables: Drop superfluous calls to python_is_python3 (diff) | |
download | gentoo-f711179bddff5d961123a78094eede835b474c46.tar.gz gentoo-f711179bddff5d961123a78094eede835b474c46.tar.bz2 gentoo-f711179bddff5d961123a78094eede835b474c46.zip |
dev-python/pytest-shutil: Drop superfluous calls to python_is_python3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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}" |