Blame 00160-disable-test_fs_holes-in-rpm-build.patch

e32ce18
diff -up cpython-59223da36dec/Lib/test/test_posix.py.disable-test_fs_holes-in-rpm-build cpython-59223da36dec/Lib/test/test_posix.py
e32ce18
--- cpython-59223da36dec/Lib/test/test_posix.py.disable-test_fs_holes-in-rpm-build	2012-08-07 17:15:59.000000000 -0400
e32ce18
+++ cpython-59223da36dec/Lib/test/test_posix.py	2012-08-07 17:16:53.528330330 -0400
e32ce18
@@ -973,6 +973,7 @@ class PosixTester(unittest.TestCase):
e32ce18
         posix.RTLD_GLOBAL
e32ce18
         posix.RTLD_LOCAL
e32ce18
 
e32ce18
+    @unittest._skipInRpmBuild('running kernel may not match kernel in chroot')
e32ce18
     @unittest.skipUnless(hasattr(os, 'SEEK_HOLE'),
e32ce18
                          "test needs an OS that reports file holes")
e32ce18
     def test_fs_holes(self):