-
Notifications
You must be signed in to change notification settings - Fork 445
Experiment: Add pytest-xdist plugin to speed up tests #1681
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: development
Are you sure you want to change the base?
Conversation
Running locally on my Mac: - pytest: 1min 20sec - pytest -n auto: 15sec https://pypi.org/project/pytest-xdist/
|
Okay not so fast -- tests ran fine locally but on GitHub several are failing with serialization problems so I'll need to look into this further. |
|
@bcantoni I did a test and it looks like the issue is arising because of mixing pytest and unittest. The test |
Running locally on my Mac:
https://pypi.org/project/pytest-xdist/