forked from pool/python-paramiko
Accepting request 587595 from home:oertel:branches:devel:languages:python
- add paramiko-test_extend_timeout.patch (bsc#1085529) extend timeout in testsuite to pass on ppc64le OBS-URL: https://build.opensuse.org/request/show/587595 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=71
This commit is contained in:
committed by
Git OBS Bridge
parent
fe763f034a
commit
4f8ec9b10d
11
paramiko-test_extend_timeout.patch
Normal file
11
paramiko-test_extend_timeout.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- paramiko-2.4.1/tests/test_buffered_pipe.py 2018/03/15 17:40:29 1.1
|
||||
+++ paramiko-2.4.1/tests/test_buffered_pipe.py 2018/03/15 17:40:36
|
||||
@@ -69,7 +69,7 @@
|
||||
self.assertTrue(False)
|
||||
except PipeTimeout:
|
||||
pass
|
||||
- self.assertEqual(b'b', p.read(1, 1.0))
|
||||
+ self.assertEqual(b'b', p.read(1, 3.0))
|
||||
self.assertEqual(b'', p.read(1))
|
||||
|
||||
def test_3_close_while_reading(self):
|
||||
Reference in New Issue
Block a user