Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

gh-82054: Parallel test sharding of test_asyncio and test_multiprocessing #103934

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Prev Previous commit
Next Next commit
Update runtest.py to not have test_compiler since this does nothing.
  • Loading branch information
zitterbewegung authored Apr 26, 2023
commit 9365e990b8089e385430b04bbb486d92eb0b882a
3 changes: 1 addition & 2 deletions 3 Lib/test/libregrtest/runtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ def __str__(self) -> str:
# Beware this can't generally be done for any directory with sub-tests as the
# __init__.py may do things which alter what tests are to be run.
SPLITTESTDIRS = {
"test_asyncio",
"test_compiler",
"test_asyncio"
}

# Storage of uncollectable objects
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.