Use pytest-xdist for testing#14068
Merged
Merged
Conversation
Member
Author
|
Ubuntu 3.13 pip down from 63 min on |
Member
Author
|
I think the failures here are due to #14069 interacting with each runner running a different subset of tests now. So that should land first, then this |
drammock
approved these changes
Jul 19, 2026
drammock
left a comment
Member
There was a problem hiding this comment.
LGTM. There were a few places where I would have tweaked a comment, or there were extra whitespace between words, but nothing serious enough to bother with (esp. since I'm reviewing from a phone)
Member
Author
|
Still failing, I must have missed some small related change from the original PR but I'll merge once I figure that out! Probably something small |
larsoner
enabled auto-merge (squash)
July 19, 2026 12:42
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pytest-xdistin Azure and GHA. macOS tests: need to be split into two runs due to preexisting pytest-xdist bug, adjust test limits downward, adopt SciPy's way of limiting threads in xdist contextdecodingtests so pytest-xdist is happyPart of #14063. Investigated speedups and drafted changes using Claude Fable 5 and Opus 4.8, then I revised (and understand + vouch for all changes).