diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-24 22:14:14 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-24 22:20:50 +0200 |
commit | 67ae55f11938fb89b4781ce3ede9037341436121 (patch) | |
tree | f1b66547c6f2a487804e8e0cc70bb5a8085a1f6c | |
parent | media-libs/mesa: Drop old versions (diff) | |
download | gentoo-67ae55f11938fb89b4781ce3ede9037341436121.tar.gz gentoo-67ae55f11938fb89b4781ce3ede9037341436121.tar.bz2 gentoo-67ae55f11938fb89b4781ce3ede9037341436121.zip |
dev-python/urllib3: Reenable unexplained tests
Reenable the three tests that used to fail for unclear reason. I can't
reproduce the failures anymore. They might have been caused by some
unrelated packages or just my weak hardware at the time. Please open
a bug if you can still reproduce the failures.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/urllib3/urllib3-1.25.9.ebuild | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dev-python/urllib3/urllib3-1.25.9.ebuild b/dev-python/urllib3/urllib3-1.25.9.ebuild index 013ac015a9f9..9b3269254dc0 100644 --- a/dev-python/urllib3/urllib3-1.25.9.ebuild +++ b/dev-python/urllib3/urllib3-1.25.9.ebuild @@ -57,14 +57,6 @@ python_prepare_all() { -i test/with_dummyserver/test_https.py || die sed -e 's:test_request_host_header_ignores_fqdn_dot:_&:' \ -i test/with_dummyserver/test_socketlevel.py || die - # no clue why those fail, might be tornado's fault, might be just - # very flaky - sed -e 's:test_client_no_intermediate:_&:' \ - -i test/with_dummyserver/test_https.py || die - sed -e 's:test_basic_ipv6_proxy:_&:' \ - -i test/with_dummyserver/test_proxy_poolmanager.py || die - sed -e 's:test_connection_closed_on_read_timeout_preload_false:_&:' \ - -i test/with_dummyserver/test_socketlevel.py || die distutils-r1_python_prepare_all } |