commit:     ab499c96ba11b21c6e802eeae2d9e9063ebe51a0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  4 18:41:41 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb  4 18:43:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab499c96

dev-python/PySocks: Remove deprecated python_is_python3

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/PySocks/PySocks-1.7.1-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/PySocks/PySocks-1.7.1-r1.ebuild 
b/dev-python/PySocks/PySocks-1.7.1-r1.ebuild
index 94694dc95b2d..b037c1562359 100644
--- a/dev-python/PySocks/PySocks-1.7.1-r1.ebuild
+++ b/dev-python/PySocks/PySocks-1.7.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # please keep this ebuild at EAPI 7 -- sys-apps/portage dep
@@ -46,6 +46,5 @@ src_prepare() {
 }
 
 python_test() {
-       python_is_python3 || return
        pytest -vv || die "Tests fail with ${EPYTHON}"
 }

Reply via email to