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

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