mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove duplicated dict keys in test_{embed,long}.py
fixtures (#128727)
This commit is contained in:
parent
da0f47ceab
commit
59fcae793f
2 changed files with 0 additions and 3 deletions
|
@ -1049,7 +1049,6 @@ class InitConfigTests(EmbeddingTestsMixin, unittest.TestCase):
|
|||
'use_hash_seed': True,
|
||||
'hash_seed': 42,
|
||||
'tracemalloc': 2,
|
||||
'perf_profiling': 0,
|
||||
'import_time': True,
|
||||
'code_debug_ranges': False,
|
||||
'malloc_stats': True,
|
||||
|
@ -1086,7 +1085,6 @@ class InitConfigTests(EmbeddingTestsMixin, unittest.TestCase):
|
|||
'use_hash_seed': True,
|
||||
'hash_seed': 42,
|
||||
'tracemalloc': 2,
|
||||
'perf_profiling': 0,
|
||||
'import_time': True,
|
||||
'code_debug_ranges': False,
|
||||
'malloc_stats': True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue