-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
pytest-xdist newer version 1.22.4 seems to be broken #3724
Comments
Hi @cauvery, Sorry to hear about that, could you please post the full output? |
The issue occurred with pytest-xdist=1.22.4 and pytest=3.2.5 . @nicoddemus here is the full output Should the new version pytest-xdist=1.22.4 be compatible with pytest=3.2.5 ? Thank you, |
Yeah Anyway, the underlying cause seems to be that https://github.com/pytest-dev/pytest-xdist/blob/3776f3b74b73fedc4a74c1dc6acf893bd7fb7d67/setup.py#L3 |
1.23.4 broke pytest 3.4 compatibility, see: pytest-dev/pytest#3724
1.23.4 broke pytest 3.4 compatibility, see: pytest-dev/pytest#3724
I am seeing below error all of a sudden, nothing changed from my last run. Suspected if that is caused by pytest-xdist newer version 1.22.4
_pytest.vendored_packages.pluggy.PluginValidationError: Plugin 'xdist' could not be loaded:
pytest-xdist = 1.22.4
python 2.7
Thank you,
Cauvery
The text was updated successfully, but these errors were encountered: