Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31943a commit bee627cCopy full SHA for bee627c
1 file changed
Lib/test/test_tools/test_freeze.py
@@ -14,6 +14,8 @@
14
15
@support.requires_zlib()
16
@unittest.skipIf(sys.platform.startswith('win'), 'not supported on Windows')
17
+@unittest.skipIf(sys.platform == 'darwin' and sys._framework,
18
+ 'not supported for frameworks builds on macOS')
19
@support.skip_if_buildbot('not all buildbots have enough space')
20
# gh-103053: Skip test if Python is built with Profile Guided Optimization
21
# (PGO), since the test is just too slow in this case.
0 commit comments