From 756010cf093f58089510791c8847efbcb59efb95 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 6 Jan 2020 19:42:50 +0100 Subject: [PATCH] - disable also test_urllib2net.py --- known_failures-pld.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/known_failures-pld.patch b/known_failures-pld.patch index 42d0c83..dae45a5 100644 --- a/known_failures-pld.patch +++ b/known_failures-pld.patch @@ -1,6 +1,6 @@ --- gevent-1.4.0.orig/src/gevent/tests/known_failures.py 2017-06-05 13:31:50.000000000 +0200 +++ gevent-1.4.0/src/gevent/tests/known_failures.py 2018-03-05 12:50:16.000000000 +0100 -@@ -33,8 +33,276 @@ +@@ -33,8 +33,277 @@ # we don't have that option without a new commit---and sometimes we really need a build # to succeed in order to get a release wheel 'FLAKY test__issue6.py', @@ -262,9 +262,10 @@ + # network + 'FLAKY test__server.py', + 'FLAKY test__server_pywsgi.py', ++ 'FLAKY test_urllib2net.py', + + # certificate verify failed -+ 'FLAKY test_urllib2_localnet.py', # 'FLAKY monkey_test test_urllib2_localnet.py', ++ 'FLAKY test_urllib2_localnet.py', + # one warning too little? + 'FLAKY test__monkey.py', + # non-deterministic -- 2.43.0