Skip to content

Commit 3dc0d71

Browse files
committed
Add use_system_logger support to the embed tests.
1 parent 68253aa commit 3dc0d71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_embed.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,8 @@ class InitConfigTests(EmbeddingTestsMixin, unittest.TestCase):
649649
CONFIG_COMPAT.update({
650650
'legacy_windows_stdio': False,
651651
})
652+
if support.is_apple:
653+
CONFIG_COMPAT['use_system_logger'] = False
652654

653655
CONFIG_PYTHON = dict(CONFIG_COMPAT,
654656
_config_init=API_PYTHON,

0 commit comments

Comments
 (0)