]> git.pld-linux.org Git - packages/python-gevent.git/blobdiff - known_failures-pld.patch
more test failing due to missing network
[packages/python-gevent.git] / known_failures-pld.patch
index 32718185a9446a7db0dc850ad9d46b85e64c0bfc..f7c9c7404cd100d95d195d21fbbb485efa06c03d 100644 (file)
@@ -1,6 +1,7 @@
---- gevent-1.1.0.orig/src/greentest/known_failures.py  2016-03-05 14:10:58.000000000 +0100
-+++ gevent-1.1.0/src/greentest/known_failures.py       2016-03-14 13:24:11.000000000 +0100
-@@ -33,8 +33,260 @@
+diff -dur gevent-1.2.2.orig/src/greentest/known_failures.py gevent-1.2.2/src/greentest/known_failures.py
+--- gevent-1.2.2.orig/src/greentest/known_failures.py  2017-06-05 13:31:50.000000000 +0200
++++ gevent-1.2.2/src/greentest/known_failures.py       2018-03-05 12:50:16.000000000 +0100
+@@ -33,8 +33,264 @@
      # 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',
 +
 +    # uses os.forkpty()
 +    'FLAKY test__monkey_sigchld.py',
++
++    # network
++    'FLAKY test__server.py',
++    'FLAKY test__server_pywsgi.py',
 +]
  
- if os.environ.get('GEVENT_RESOLVER') == 'ares' or LEAKTEST:
-     # XXX fix this
+ if sys.platform == 'win32':
+     # other Windows-related issues (need investigating)
This page took 0.038075 seconds and 4 git commands to generate.