]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-128002: run all asyncio tests with tsan CI (#131797)
authorKumar Aditya <kumaraditya@python.org>
Fri, 28 Mar 2025 14:00:36 +0000 (19:30 +0530)
committerGitHub <noreply@github.com>
Fri, 28 Mar 2025 14:00:36 +0000 (19:30 +0530)
Lib/test/libregrtest/tsan.py

index 4fb0ee5038f3a9a6d2754e6a109ac97da18c62dc..9cc6b5406af4606b544dd23ad66eb1c60f132522 100644 (file)
@@ -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',