From b5105d8807300c2202eb938e5256f6005f184abf Mon Sep 17 00:00:00 2001 From: Kumar Aditya Date: Thu, 27 Mar 2025 19:41:47 +0530 Subject: [PATCH] run all asyncio tests with tsan --- Lib/test/libregrtest/tsan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/libregrtest/tsan.py b/Lib/test/libregrtest/tsan.py index 4fb0ee5038f3a9..9cc6b5406af460 100644 --- a/Lib/test/libregrtest/tsan.py +++ b/Lib/test/libregrtest/tsan.py @@ -2,7 +2,7 @@ # chosen because they use threads and run in a reasonable amount of time. TSAN_TESTS = [ - 'test_asyncio.test_free_threading', + 'test_asyncio', # TODO: enable more of test_capi once bugs are fixed (GH-116908, GH-116909). 'test_capi.test_mem', 'test_capi.test_pyatomic',