From: Jakub Bogusz Date: Mon, 6 Jan 2020 18:42:50 +0000 (+0100) Subject: - disable also test_urllib2net.py X-Git-Tag: auto/th/python-gevent-1.4.0-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fpython-gevent.git;a=commitdiff_plain;h=756010c - disable also test_urllib2net.py --- 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