Adjust the package revision; no actual code changes
[packages/trusty/python-eventlet.git] / debian / patches / skip-failing-tests.patch
1 Index: python-eventlet-0.15.2/tests/greenio_test.py
2 ===================================================================
3 --- python-eventlet-0.15.2.orig/tests/greenio_test.py
4 +++ python-eventlet-0.15.2/tests/greenio_test.py
5 @@ -727,6 +727,7 @@ class TestGreenPipe(LimitedTestCase):
6  class TestGreenIoLong(LimitedTestCase):
7      TEST_TIMEOUT = 10  # the test here might take a while depending on the OS
8  
9 +    @skipped
10      @skip_with_pyevent
11      def test_multiple_readers(self, clibufsize=False):
12          debug.hub_prevent_multiple_readers(False)