summaryrefslogtreecommitdiff
path: root/dev-python/pytest-shutil
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-08-15 02:47:52 +0000
committerLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-08-15 02:47:52 +0000
commit5954d462bdf9825f9ff911237aaba2d9eb131c8c (patch)
treed9621cd42298e2d8da0fc4fb4d812a982b590e2c /dev-python/pytest-shutil
parent00dcd14aaae657d77a63015daee8e2aa8e6b1d30 (diff)
downloadbaldeagleos-repo-5954d462bdf9825f9ff911237aaba2d9eb131c8c.tar.gz
baldeagleos-repo-5954d462bdf9825f9ff911237aaba2d9eb131c8c.tar.xz
baldeagleos-repo-5954d462bdf9825f9ff911237aaba2d9eb131c8c.zip
Updating liguros repo
Diffstat (limited to 'dev-python/pytest-shutil')
-rw-r--r--dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild6
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 fce7a4f45d1e..aaec63e8bf7b 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}"