diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-17 12:33:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-17 13:01:08 +0200 |
commit | 1f1f4c45997f7beb71962e27b7e6553866a60f22 (patch) | |
tree | 1f165239fd32a4e68b77fa8be8353bda1f5a898f /dev-python/urllib3 | |
parent | dev-java/reflections: Stabilize 0.9.12-r2 ppc64, #850913 (diff) | |
download | gentoo-1f1f4c45997f7beb71962e27b7e6553866a60f22.tar.gz gentoo-1f1f4c45997f7beb71962e27b7e6553866a60f22.tar.bz2 gentoo-1f1f4c45997f7beb71962e27b7e6553866a60f22.zip |
dev-python/urllib3: Update test skips
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/urllib3')
-rw-r--r-- | dev-python/urllib3/urllib3-1.26.9-r1.ebuild | 8 |
1 files 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 |