Skip to content
Prev Previous commit
Next Next commit
Update Lib/test/support/__init__.py
Co-authored-by: T. Wouters <[email protected]>
  • Loading branch information
colesbury and Yhg1s authored Feb 4, 2025
commit aca3dbd86cc6d1297fa4b23971e5a3416e302e72
2 changes: 1 addition & 1 deletion Lib/test/support/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def wrapper(*args, **kw):


def thread_unsafe(reason):
"""Mark a test as not thread safe. When the test runner is run with
"""Mark a test as not thread safe. When the test runner is run with
--parallel-threads=N, the test will be run in a single thread."""
def decorator(test_item):
test_item.__unittest_thread_unsafe__ = True
Expand Down
Loading