-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
pytest fails in Windows in Python 3.5, but not 2.7 #1450
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 can confirm that pytest works in Python 3.2 |
Hi @BookOwl, sorry for taking so long to respond. Hmm it seems there's something wrong with your installation. I assume executing:
Also raises a |
@nicoddemus, yes, it does. |
I cannot reproduce this with Windows, Python 3.5, and py.test 2.9.0. However, my version of pyreadline is 2.1. |
This looks like pyreadline/pyreadline#38 which indeed mentions that's fixed in pyreadline 2.1. |
Thanks @codewarrior0 and @The-Compiler for the info... @BookOwl could you try updating and see if that solves the issue? |
I updated pyreadline, and py.test now works. Thanks for the help. |
When I run
py -3 -m pytest --version
in Python 3.5 on Windows 8.1, I get this error:It used to work in python 3.5 and still does in 2.7, so I don't know what's wrong.
pip list output:
The text was updated successfully, but these errors were encountered: