-
Notifications
You must be signed in to change notification settings - Fork 27
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
ENH: make tests not conflicting and thus runnable in parallel with pytest-xdist #194
Comments
I seem to have gotten the |
And there is no way to eg create a fixture (eg |
I managed to write a Edit: Coverage remains at 80% if I use pytest-cov instead of plain coverage, but then there are a dozen |
Great! re coverage files: may be smth here could come handy? pytest-dev/pytest-cov#250 (comment) |
The page linked to there seems to have moved to https://pytest-cov.readthedocs.io/en/latest/subprocess-support.html. The only element of |
joblib? (#191) |
This says |
BTW, if it becomes too "involved" to make it work smoothly, may be it is not worth it at this point? Getting tests run fast via parallelization is a great DX feature to have but our tests aren't that long ATM anyways, so it is not that critical, we could get back to it later when more pressing need arises. |
also there is use inside joblib itself:
|
also -- we use |
consider pydra as well, depending on needs. |
If I disable |
no solution was identified, so let's let it RiP and reopen if need arises etc |
ATM it seems that there is some pecularity to be resolved about session level fixture:
The text was updated successfully, but these errors were encountered: