commit: d32fed0564892da1baa43b6fa1ccabd382c1e2f3 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Mar 7 15:58:14 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Mar 7 15:59:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d32fed05
dev-python/urllib3: Deselect failing test Closes: https://bugs.gentoo.org/925112 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/urllib3/urllib3-2.2.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) 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
