https://github.com/python/cpython/commit/9752661491e2ad094aeb8c0bfd6a9e0a666a3d66 commit: 9752661491e2ad094aeb8c0bfd6a9e0a666a3d66 branch: main author: Kumar Aditya <kumaradi...@python.org> committer: kumaraditya303 <kumaradi...@python.org> date: 2025-03-28T19:30:36+05:30 summary:
gh-128002: run all asyncio tests with tsan CI (#131797) files: M Lib/test/libregrtest/tsan.py 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', _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com