[packages/python-gevent] more test failing due to missing network

jajcus jajcus at pld-linux.org
Mon Mar 5 13:06:30 CET 2018


commit 17db3161dc039ad6c79ddac37a8f8637d632b300
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Mon Mar 5 12:50:43 2018 +0100

    more test failing due to missing network

 known_failures-pld.patch | 15 ++++++++++-----
 python-gevent.spec       |  2 +-
 2 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/python-gevent.spec b/python-gevent.spec
index 99fe731..c982c9b 100644
--- a/python-gevent.spec
+++ b/python-gevent.spec
@@ -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
diff --git a/known_failures-pld.patch b/known_failures-pld.patch
index 3271818..f7c9c74 100644
--- a/known_failures-pld.patch
+++ b/known_failures-pld.patch
@@ -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',
@@ -258,7 +259,11 @@
 +
 +    # 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)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-gevent.git/commitdiff/17db3161dc039ad6c79ddac37a8f8637d632b300



More information about the pld-cvs-commit mailing list