]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - python/patches/00131-disable-tests-in-test_io.patch
gcc: Update to 6.4.0
[people/ms/ipfire-3.x.git] / python / patches / 00131-disable-tests-in-test_io.patch
CommitLineData
48d9a6a0
MT
1diff -up Python-2.7.2/Lib/test/test_io.py.disable-tests-in-test_io Python-2.7.2/Lib/test/test_io.py
2--- Python-2.7.2/Lib/test/test_io.py.disable-tests-in-test_io 2011-09-01 14:18:45.963304089 -0400
3+++ Python-2.7.2/Lib/test/test_io.py 2011-09-01 15:08:53.796098413 -0400
4@@ -2669,6 +2669,7 @@ class SignalsTest(unittest.TestCase):
5 self.check_interrupted_read_retry(lambda x: x,
6 mode="r")
7
8+ @unittest.skip('rhbz#732998')
9 @unittest.skipUnless(threading, 'Threading required for this test.')
10 def check_interrupted_write_retry(self, item, **fdopen_kwargs):
11 """Check that a buffered write, when it gets interrupted (either