diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-17 14:46:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-17 16:27:51 +0200 |
commit | 137530af9cb1eeb3254d049def3f83d8ff11607e (patch) | |
tree | f29e85f51cc4cc6d03e1c79463426c5d424eb895 /dev-python | |
parent | app-admin/eclean-kernel: keyword 2.99.3 for ~riscv (diff) | |
download | gentoo-137530af9cb1eeb3254d049def3f83d8ff11607e.tar.gz gentoo-137530af9cb1eeb3254d049def3f83d8ff11607e.tar.bz2 gentoo-137530af9cb1eeb3254d049def3f83d8ff11607e.zip |
dev-python/urllib3: Skip unstable test
Closes: https://bugs.gentoo.org/852761
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/urllib3/urllib3-1.26.9-r2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/urllib3/urllib3-1.26.9-r2.ebuild b/dev-python/urllib3/urllib3-1.26.9-r2.ebuild index 5a53258f4ed4..16eb246ec913 100644 --- a/dev-python/urllib3/urllib3-1.26.9-r2.ebuild +++ b/dev-python/urllib3/urllib3-1.26.9-r2.ebuild @@ -65,7 +65,10 @@ python_test() { return fi - local EPYTEST_DESELECT=() + local EPYTEST_DESELECT=( + # unstable (relies on warning count) + test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_proxy_verified_warning + ) has "${EPYTHON}" python3.{8..10} && EPYTEST_DESELECT+=( test/contrib/test_pyopenssl.py::TestPyOpenSSLHelpers::test_get_subj_alt_name ) |