]> git.pld-linux.org Git - packages/python-gevent.git/commitdiff
more test failing due to missing network auto/th/python-gevent-1.2.2-2
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Mon, 5 Mar 2018 11:50:43 +0000 (12:50 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Mon, 5 Mar 2018 11:50:43 +0000 (12:50 +0100)
known_failures-pld.patch
python-gevent.spec

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)
index 99fe73135ecca05ddbb1fc79a8a85a7f5256b06d..c982c9b2579576a1e982277005822110567c94b5 100644 (file)
@@ -18,7 +18,7 @@ Summary:      A coroutine-based Python 2 networking library
 Summary(pl.UTF-8):     Biblioteka sieciowa dla Pythona 2 oparta na korutynach
 Name:          python-%{module}
 Version:       1.2.2
-Release:       1
+Release:       2
 Epoch:         1
 License:       MIT
 Group:         Development/Languages
This page took 0.066112 seconds and 4 git commands to generate.