-
Notifications
You must be signed in to change notification settings - Fork 231
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
AttributeError: 'WorkerController' object has no attribute 'slaveinput' #577
Comments
hello @bruceduhamel this is an issue in pytest-cov, fixed in the unreleased pytest-dev/pytest-cov#412 |
I can confirm the same breakage. I think this should have not being release without assuring it works with pytest-cov. Based on how many are affected it would make sense to remove the release from pip, and avoid ruining this weekend. A major release should not be made on Friday. |
Closing this as this needs to be fixed from pytest-cov's side (looks like only a new release is needed). |
a yank? |
To be fair, we really did our homework in #541 by contacting all affected repositories, contributing PRs, etc. And that has been resolved for awhile now.
Nevermind, I see that this is already in the works: pytest-dev/pytest-cov#422, thanks @ionelmc for the quick response here. 👍 |
I recently upgraded from pytest-xdist 1.34.0 to 2.0.0 and found that tests always fail with the new version. I pinned the previous version as a workaround.
I've tested on Ubuntu 18.04 and the circle CI docker image for python 3.7.6
If I remove --cov=project_folder (project_folder was redacted), the tests run successfully.
The text was updated successfully, but these errors were encountered: