diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-09 18:51:55 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-09 18:52:42 +0100 |
commit | 7d45e4bf50099e2165d4419acea67804068487a2 (patch) | |
tree | d5406a82148e499fec9350f555c8ed6c30a5988c /dev-python/urllib3 | |
parent | dev-lang/go: 1.14: check running kernel version before compiling (diff) | |
download | gentoo-7d45e4bf50099e2165d4419acea67804068487a2.tar.gz gentoo-7d45e4bf50099e2165d4419acea67804068487a2.tar.bz2 gentoo-7d45e4bf50099e2165d4419acea67804068487a2.zip |
dev-python/urllib3: Skip tests requiring 'localhost.' resolvable
Closes: https://bugs.gentoo.org/711920
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/urllib3')
-rw-r--r-- | dev-python/urllib3/urllib3-1.25.8.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/urllib3/urllib3-1.25.8.ebuild b/dev-python/urllib3/urllib3-1.25.8.ebuild index 66703bcc3a1f..3279a2e0cbe0 100644 --- a/dev-python/urllib3/urllib3-1.25.8.ebuild +++ b/dev-python/urllib3/urllib3-1.25.8.ebuild @@ -53,6 +53,11 @@ python_prepare_all() { -i test/with_dummyserver/test_https.py || die sed -e 's:test_https_proxy_.*timeout:_&:' \ -i test/with_dummyserver/test_proxy_poolmanager.py || die + # tests failing if 'localhost.' cannot be resolved + sed -e 's:test_dotted_fqdn:_&:' \ + -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:_&:' \ |