Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-shutil/
Date: Fri, 14 Aug 2020 23:22:28
Message-Id: 1597447290.f711179bddff5d961123a78094eede835b474c46.asturm@gentoo
1 commit: f711179bddff5d961123a78094eede835b474c46
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 21:23:54 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 14 23:21:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f711179b
7
8 dev-python/pytest-shutil: Drop superfluous calls to python_is_python3
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild | 6 ------
13 1 file changed, 6 deletions(-)
14
15 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
16 index 739edfa62ca..0e2c74cc89c 100644
17 --- a/dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild
18 +++ b/dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild
19 @@ -45,12 +45,6 @@ python_prepare_all() {
20 }
21
22 python_test() {
23 - # at this point let's not fix python2 stuff
24 - if ! python_is_python3; then
25 - ewarn "Tests broken on python2, not runninge tests for ${EPYTHON}"
26 - return 0
27 - fi
28 -
29 distutils_install_for_testing
30
31 esetup.py test || die "Tests failed under ${EPYTHON}"