diff options
author | Malcolm Smith <smith@chaquo.com> | 2024-02-29 21:32:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-29 21:32:50 (GMT) |
commit | 41d5391c551e2012f13d56ff4bcc1df15c2821d3 (patch) | |
tree | 2767dd61f16e8519893a376ce4ec6452661dac16 /Lib/test/test_compileall.py | |
parent | 83c5ecdeec80fbd1f667f234f626c4154d40ebb5 (diff) | |
download | cpython-41d5391c551e2012f13d56ff4bcc1df15c2821d3.zip cpython-41d5391c551e2012f13d56ff4bcc1df15c2821d3.tar.gz cpython-41d5391c551e2012f13d56ff4bcc1df15c2821d3.tar.bz2 |
gh-71052: Add test exclusions to support running the test suite on Android (#115918)
Diffstat (limited to 'Lib/test/test_compileall.py')
-rw-r--r-- | Lib/test/test_compileall.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_compileall.py b/Lib/test/test_compileall.py index 0ec6013..14c2af1 100644 --- a/Lib/test/test_compileall.py +++ b/Lib/test/test_compileall.py @@ -977,7 +977,7 @@ class CommandLineTestsNoSourceEpoch(CommandLineTestsBase, -@unittest.skipUnless(hasattr(os, 'link'), 'requires os.link') +@os_helper.skip_unless_hardlink class HardlinkDedupTestsBase: # Test hardlink_dupes parameter of compileall.compile_dir() |