Skip to content

Commit

Permalink
gh-71052: fix test_concurrent_futures wasi regression.
Browse files Browse the repository at this point in the history
  • Loading branch information
gpshead committed Feb 25, 2024
1 parent 6a3236f commit dd12305
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Lib/test/test_concurrent_futures/__init__.py
Original file line number Diff line number Diff line change
@@ -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()


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

0 comments on commit dd12305

Please sign in to comment.