summaryrefslogtreecommitdiff
path: root/dev-python/urllib3
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-03-07 19:02:13 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-03-07 19:02:13 +0000
commit76d0e0d7d89199ae1e8da17500460a22ddfee935 (patch)
tree04e54e73529def4f99a6c511b42648c206b2104d /dev-python/urllib3
parenta35c8d9ce7b60a748d248eeb61092abb433d11a1 (diff)
downloadbaldeagleos-repo-76d0e0d7d89199ae1e8da17500460a22ddfee935.tar.gz
baldeagleos-repo-76d0e0d7d89199ae1e8da17500460a22ddfee935.tar.xz
baldeagleos-repo-76d0e0d7d89199ae1e8da17500460a22ddfee935.zip
Adding metadata
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 fb2fc467f430..e5943ce75b2f 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