commit:     1f1f4c45997f7beb71962e27b7e6553866a60f22
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 17 10:33:57 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 11:01:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f1f4c45

dev-python/urllib3: Update test skips

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

 dev-python/urllib3/urllib3-1.26.9-r1.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-python/urllib3/urllib3-1.26.9-r1.ebuild 
b/dev-python/urllib3/urllib3-1.26.9-r1.ebuild
index 6748aa50836e..fd8db275e223 100644
--- a/dev-python/urllib3/urllib3-1.26.9-r1.ebuild
+++ b/dev-python/urllib3/urllib3-1.26.9-r1.ebuild
@@ -54,11 +54,9 @@ python_test() {
                return
        fi
 
-       local EPYTEST_DESELECT=(
-               # TODO?
-               test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_verified
-               
test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_timeout_errors_cause_retries
-               
test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_proxy_verified_warning
+       local EPYTEST_DESELECT=()
+       has "${EPYTHON}" python3.{8..10} && EPYTEST_DESELECT+=(
+               
test/contrib/test_pyopenssl.py::TestPyOpenSSLHelpers::test_get_subj_alt_name
        )
 
        epytest

Reply via email to