gh-112536: Add more TSAN tests (#116896)

---------

Co-authored-by: Antoine Pitrou <antoine@python.org>
This commit is contained in:
Donghee Na 2024-03-16 23:52:44 +09:00 committed by GitHub
parent 744c077795
commit bee7e290cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,7 @@
'test_importlib',
'test_io',
'test_logging',
'test_queue',
'test_ssl',
'test_syslog',
'test_thread',
@ -17,6 +18,7 @@
'test_threading',
'test_threading_local',
'test_threadsignals',
'test_weakref',
]