Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-updates-src > by-pkgid > ed2fedcf28b75a74432db6ae2151de01 > files > 6

python3-3.5.3-1.2.mga6.src.rpm

commit 37005e2712fd37a3b2e777525d2e3f90e61ca139
Author: Philippe Makowski <pmakowski@espelida.com>
Date:   Sun Jul 3 17:40:21 2016 +0200

    disable-test_fs_holes-in-rpm-build

diff --git a/Lib/test/test_posix.py b/Lib/test/test_posix.py
index 2a59c38..7abb74d 100644
--- a/Lib/test/test_posix.py
+++ b/Lib/test/test_posix.py
@@ -1131,6 +1131,7 @@ class PosixTester(unittest.TestCase):
         posix.RTLD_GLOBAL
         posix.RTLD_LOCAL
 
+    @unittest._skipInRpmBuild('running kernel may not match kernel in chroot')
     @unittest.skipUnless(hasattr(os, 'SEEK_HOLE'),
                          "test needs an OS that reports file holes")
     def test_fs_holes(self):