-
Notifications
You must be signed in to change notification settings - Fork 234
CLI arguments are differently passed to workers (pytest 4.6.10) #533
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
I'm seeing it's a new feature: https://github.com/pytest-dev/pytest/pull/6870/files |
|
The last error is connected to explicit 2 copies of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After update to
pytest 4.6.10
(python2 version),pytest-xdist
started misbehaving. I'm not sure yet what is the problem:pytest
orpytest-xdist
.I can reproduce the same behavior for
pytest 5.4.2
, but downgrading topytest 5.4.1
is not feasible - there is another error due to:INTERNALERROR> TypeError: unhashable type: 'ExceptionChainRepr'
For
4.6.9
For
4.6.10
The text was updated successfully, but these errors were encountered: