mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-113384: Skip test_freeze for framework builds on macOS (#113390)
This commit is contained in:
parent
c31943af16
commit
bee627c1e2
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ with imports_under_tool('freeze', 'test'):
|
|||
|
||||
@support.requires_zlib()
|
||||
@unittest.skipIf(sys.platform.startswith('win'), 'not supported on Windows')
|
||||
@unittest.skipIf(sys.platform == 'darwin' and sys._framework,
|
||||
'not supported for frameworks builds on macOS')
|
||||
@support.skip_if_buildbot('not all buildbots have enough space')
|
||||
# gh-103053: Skip test if Python is built with Profile Guided Optimization
|
||||
# (PGO), since the test is just too slow in this case.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue