mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
GH-91752: Skip test_freeze_simple_script when zlib is not available (#91758)
Fixes GH-91752.
This commit is contained in:
parent
20490d5018
commit
77e7a04cd2
2 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,7 @@ skip_if_missing('freeze')
|
|||
with imports_under_tool('freeze', 'test'):
|
||||
import freeze as helper
|
||||
|
||||
|
||||
@support.requires_zlib()
|
||||
@unittest.skipIf(sys.platform.startswith('win'), 'not supported on Windows')
|
||||
@support.skip_if_buildbot('not all buildbots have enough space')
|
||||
class TestFreeze(unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue