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

feat: run pytests in parallel #2027

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

tdejager
Copy link
Contributor

@tdejager tdejager commented Sep 10, 2024

Uses pytest-xdist to run tests in parallel.

Saved about 2 seconds for integration tests on my machine.

@tdejager tdejager merged commit 9ee7c83 into prefix-dev:main Sep 10, 2024
38 checks passed
@Hofer-Julian
Copy link
Contributor

Nice!
I was wondering before whether it would improve things since pixi/rattler is already heavily parallelized.

@tdejager
Copy link
Contributor Author

tdejager commented Sep 10, 2024

Yeah tbh, the real difference will be in the PR I've just opened to test the adding of some common wheels. There it goes from 90s to 50s on my machine.

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.

3 participants