8000 fix duplicated keys in `Lib/test/test_embed.py` fixtures · python/cpython@e712f16 · GitHub
[go: up one dir, main page]

Skip to content

Commit e712f16

Browse files
committed
fix duplicated keys in Lib/test/test_embed.py fixtures
1 parent aef52ca commit e712f16

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_embed.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,6 @@ def test_init_compat_env(self):
10471047
'use_hash_seed': True,
10481048
'hash_seed': 42,
10491049
'tracemalloc': 2,
1050-
'perf_profiling': 0,
10511050
'import_time': True,
10521051
'code_debug_ranges': False,
10531052
'malloc_stats': True,
@@ -1083,7 +1082,6 @@ def test_init_python_env(self):
10831082
'use_hash_seed': True,
10841083
'hash_seed': 42,
10851084
'tracemalloc': 2,
1086-
'perf_profiling': 0,
10871085
'import_time': True,
10881086
'code_debug_ranges': False,
10891087
'malloc_stats': True,

0 commit comments

Comments
 (0)
0