-
Notifications
You must be signed in to change notification settings - Fork 226
CI job "py27-pytestlatest-xdist" fails #276
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
Comments
Good spot! The problem here is with While running
So solution would be to do the setup for But anyway as we rely on Maybe we could add something like this:
|
It turns out to be a bug in pytest: pytest-dev/pytest#4495 (comment) |
…bprocess to not mess with pytest internal state
…bprocess to not mess with pytest internal state
… tests separation. Do not use deprecated pytest.config global variable
The job is failing lately, and this can be reproduced (without using xdist) using this particular schedule:
It seems that the setup of
test_background_no_strict_gherkin
leaks intotest_verbose_output
. I think this is a pytest issue and I am trying to create a smaller file to reproduce the issue.The text was updated successfully, but these errors were encountered: