diff options
author | Victor Stinner <vstinner@python.org> | 2023-08-24 17:21:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 17:21:44 (GMT) |
commit | aa6f787faa4bc45006da4dc2f942fb9b82c98836 (patch) | |
tree | 0128af159e1ad5b3a44c6104090f677de93fd48b /Lib/test/libregrtest | |
parent | bbbe1faf7bc6860d4a628e204db944b81dfdbd73 (diff) | |
download | cpython-aa6f787faa4bc45006da4dc2f942fb9b82c98836.zip cpython-aa6f787faa4bc45006da4dc2f942fb9b82c98836.tar.gz cpython-aa6f787faa4bc45006da4dc2f942fb9b82c98836.tar.bz2 |
gh-108388: Convert test_concurrent_futures to package (#108401)
Convert test_concurrent_futures to a package of sub-tests.
Diffstat (limited to 'Lib/test/libregrtest')
-rw-r--r-- | Lib/test/libregrtest/runtest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/libregrtest/runtest.py b/Lib/test/libregrtest/runtest.py index cddb37c..fd49927 100644 --- a/Lib/test/libregrtest/runtest.py +++ b/Lib/test/libregrtest/runtest.py @@ -132,6 +132,7 @@ PROGRESS_MIN_TIME = 30.0 # seconds SPLITTESTDIRS = { "test_asyncio", + "test_concurrent_futures", "test_multiprocessing_fork", "test_multiprocessing_forkserver", "test_multiprocessing_spawn", |