Open timworx opened 2 years ago
I also have this issue
I am not a maintainer, but it is very difficult to say what is wrong just reading your comments. It would be great to have the small reproducible example on which we can see the issue and reproduce it and then debug and fix.
Hey all, I have a large passing test suite that doesn't seem to get along with pytest-xdist.
The status code responses from the Django Rest Framework test
APIClient
suddenly all become 403 errors.The client uses a fixture for the user that is being supplied for authentication. There is no higher scoping given to anything (e.g. no session, module, etc scoping).
Are there any known problems that I'm missing here?
Versions:
From pytest runs: