Skip to content

Commit

Permalink
pythongh-71052: fix test_concurrent_futures wasi regression. (python#…
Browse files Browse the repository at this point in the history
…115923)

Fix the WASI test_concurrent_futures regression from python#115917.
  • Loading branch information
gpshead authored and diegorusso committed Apr 17, 2024
1 parent 430e61e commit c6ae46b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Lib/test/test_concurrent_futures/__init__.py
@@ -1,7 +1,11 @@
import os.path
import unittest
from test import support
from test.support import import_helper
from test.support import threading_helper


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


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

0 comments on commit c6ae46b

Please sign in to comment.