-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
pytest-xdist appears to fail on Python 3.5 #1007
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
please uninstall the enum34 pacakge, which breaks any python that has enum and try again |
@RonnyPfannschmidt Hmm. That does appear to be the problem. Thanks! Out of curiosity, why doesn't it affect Python 3.4?
|
most likely because its the same code |
@RonnyPfannschmidt Seems like a compelling theory. Thanks again, sorry for taking up your time! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OS: Mac OS X 10.11 El Capitan GM
Python: 3.5.0, from pyenv
py.test version: 2.7.3
I'm testing a project on Python 3.5 with pytest-xdist, pytest-cov, and hypothesis-pytest. Using pytest-xdist is causing unexpected breakages on Python 3.5 only: no problems are encountered in other pythons, or if I disable pytest-xdist.
Below is the successful output from running
py.test test/
:Below is the unsuccessful output from running
py.test -n 4 test/
(truncated because it just repeats forever):Here is the output from
pip freeze
:The text was updated successfully, but these errors were encountered: