Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/urllib3/
Date: Sun, 24 May 2020 20:20:58
Message-Id: 1590351650.67ae55f11938fb89b4781ce3ede9037341436121.mgorny@gentoo
1 commit: 67ae55f11938fb89b4781ce3ede9037341436121
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 24 20:14:14 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 24 20:20:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67ae55f1
7
8 dev-python/urllib3: Reenable unexplained tests
9
10 Reenable the three tests that used to fail for unclear reason. I can't
11 reproduce the failures anymore. They might have been caused by some
12 unrelated packages or just my weak hardware at the time. Please open
13 a bug if you can still reproduce the failures.
14
15 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
16
17 dev-python/urllib3/urllib3-1.25.9.ebuild | 8 --------
18 1 file changed, 8 deletions(-)
19
20 diff --git a/dev-python/urllib3/urllib3-1.25.9.ebuild b/dev-python/urllib3/urllib3-1.25.9.ebuild
21 index 013ac015a9f..9b3269254dc 100644
22 --- a/dev-python/urllib3/urllib3-1.25.9.ebuild
23 +++ b/dev-python/urllib3/urllib3-1.25.9.ebuild
24 @@ -57,14 +57,6 @@ python_prepare_all() {
25 -i test/with_dummyserver/test_https.py || die
26 sed -e 's:test_request_host_header_ignores_fqdn_dot:_&:' \
27 -i test/with_dummyserver/test_socketlevel.py || die
28 - # no clue why those fail, might be tornado's fault, might be just
29 - # very flaky
30 - sed -e 's:test_client_no_intermediate:_&:' \
31 - -i test/with_dummyserver/test_https.py || die
32 - sed -e 's:test_basic_ipv6_proxy:_&:' \
33 - -i test/with_dummyserver/test_proxy_poolmanager.py || die
34 - sed -e 's:test_connection_closed_on_read_timeout_preload_false:_&:' \
35 - -i test/with_dummyserver/test_socketlevel.py || die
36
37 distutils-r1_python_prepare_all
38 }