Skip to content
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

allow overriding number of pytest threads #996

Merged
merged 2 commits into from
Jul 19, 2024
Merged

Conversation

richrines1
Copy link
Contributor

changes the argument order in the subprocess call to pytest to allow manually overriding of the number of threads (or disabling multithreading altogether with pytest_.py .... -n0)

partially addresses #990, but as per that issue we should also consider changing the default (and maybe even choosing it dynamically based on the number of files we're testing?)

Copy link
Contributor

@bharat-thotakura bharat-thotakura left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (works for me locally)

@richrines1 richrines1 merged commit 4d0600b into main Jul 19, 2024
19 checks passed
@richrines1 richrines1 deleted the pytest-arg-order branch July 19, 2024 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants