Skip to content

Commit f65e1c4

Browse files
committed
make the API raise properly.
1 parent dd12305 commit f65e1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_concurrent_futures/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
# Adjust if we ever have a platform with processes but not threads.
8-
threading_helper.requires_working_threading()
8+
threading_helper.requires_working_threading(module=True)
99

1010

1111
if support.check_sanitizer(address=True, memory=True):

0 commit comments

Comments
 (0)