-
Notifications
You must be signed in to change notification settings - Fork 6
Test downstream tests with pytest-xdist
#173
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #173 +/- ##
=======================================
Coverage ? 98.03%
=======================================
Files ? 2
Lines ? 204
Branches ? 29
=======================================
Hits ? 200
Misses ? 2
Partials ? 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Thanks for fixing the merge. |
Compared with: I'm seeing around a 3 minute improvement in test times: Specifics: |
Yes we saw substantial reduction in times downstream too in pyvista/pyvista#7624. For the limited tests in this repo, we seem to not have any issues with the parallelism. But the full CI suite downstream was seeing concurrency issues across |
It's also a bit of an unknown if features like |
pytest-mpl has this workflow in a PR, although it hasn't been implemented yet. It would be useful to keep an eye on the progress there. |
No description provided.