commit:     137530af9cb1eeb3254d049def3f83d8ff11607e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 17 12:46:55 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 14:27:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=137530af

dev-python/urllib3: Skip unstable test

Closes: https://bugs.gentoo.org/852761
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/urllib3/urllib3-1.26.9-r2.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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
        )

Reply via email to