Victor Stinner 35551f989b Reenable test_posix.test_fs_holes()
Since 2012, when the test was skipped from Python 3.3.0b1 (commit
3b4dd24c42a177bd8bda0ebf127f199ef32364ef), Linux now have a good
support for punching holes in filesystems.

Only 00160-disable-test_fs_holes-in-rpm-build.patch and
00163-disable-parts-of-test_socket-in-rpm-build.patch patches used
@unittest._skipInRpmBuild @unittest._expectedFailureInRpmBuild
decorators, but these 2 patches have been removed: remove
00132-add-rpmbuild-hooks-to-unittest.patch and
WITHIN_PYTHON_RPM_BUILD environment variable as well.
2019-04-11 16:51:20 +02:00
2017-12-01 13:57:42 +01:00
2019-03-27 01:14:40 +01:00
2019-02-05 11:49:12 +01:00
2019-03-27 01:14:40 +01:00
2019-03-27 01:14:40 +01:00
Languages
Python 100%