summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-03-07 16:58:14 +0100
committerMichał Górny <mgorny@gentoo.org>2024-03-07 16:59:20 +0100
commitd32fed0564892da1baa43b6fa1ccabd382c1e2f3 (patch)
tree16a8ee3a1a3397f7befeadd6f01fa14a4bd4778e /dev-python/urllib3
parentdev-python/weasyprint: Remove old (diff)
downloadgentoo-d32fed0564892da1baa43b6fa1ccabd382c1e2f3.tar.gz
gentoo-d32fed0564892da1baa43b6fa1ccabd382c1e2f3.tar.bz2
gentoo-d32fed0564892da1baa43b6fa1ccabd382c1e2f3.zip
dev-python/urllib3: Deselect failing test
Closes: https://bugs.gentoo.org/925112 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/urllib3')
-rw-r--r--dev-python/urllib3/urllib3-2.2.1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/urllib3/urllib3-2.2.1.ebuild b/dev-python/urllib3/urllib3-2.2.1.ebuild
index eb55415eb52a..57d945b008fe 100644
--- a/dev-python/urllib3/urllib3-2.2.1.ebuild
+++ b/dev-python/urllib3/urllib3-2.2.1.ebuild
@@ -84,6 +84,8 @@ python_test() {
# TODO: timeouts
test/contrib/test_pyopenssl.py::TestSocketClosing::test_timeout_errors_cause_retries
test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_timeout_errors_cause_retries
+ # TODO: random regression?
+ test/contrib/test_socks.py::TestSocks5Proxy::test_socket_timeout
)
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1