Remove duplicated dict keys in test_{embed,long}.py fixtures (#128727)

This commit is contained in:
Bénédikt Tran 2025-01-20 13:50:10 +01:00 committed by GitHub
parent da0f47ceab
commit 59fcae793f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 3 deletions

View file

@ -1049,7 +1049,6 @@ class InitConfigTests(EmbeddingTestsMixin, unittest.TestCase):
'use_hash_seed': True, 'use_hash_seed': True,
'hash_seed': 42, 'hash_seed': 42,
'tracemalloc': 2, 'tracemalloc': 2,
'perf_profiling': 0,
'import_time': True, 'import_time': True,
'code_debug_ranges': False, 'code_debug_ranges': False,
'malloc_stats': True, 'malloc_stats': True,
@ -1086,7 +1085,6 @@ class InitConfigTests(EmbeddingTestsMixin, unittest.TestCase):
'use_hash_seed': True, 'use_hash_seed': True,
'hash_seed': 42, 'hash_seed': 42,
'tracemalloc': 2, 'tracemalloc': 2,
'perf_profiling': 0,
'import_time': True, 'import_time': True,
'code_debug_ranges': False, 'code_debug_ranges': False,
'malloc_stats': True, 'malloc_stats': True,

View file

@ -1470,7 +1470,6 @@ class LongTest(unittest.TestCase):
b'\x00': 0, b'\x00': 0,
b'\x00\x00': 0, b'\x00\x00': 0,
b'\x01': 1, b'\x01': 1,
b'\x00\x01': 256,
b'\xff': -1, b'\xff': -1,
b'\xff\xff': -1, b'\xff\xff': -1,
b'\x81': -127, b'\x81': -127,