-
Notifications
You must be signed in to change notification settings - Fork 106
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
Test py37-pytest29
failed
#192
Comments
that is kind of expected |
Looks like it's the old pytest that leads to incompatibility with Python 3.7 - pytest-dev/pytest#2226. How about drop pytest 2.9 tests and add py37 to tox.ini to explicitly declare Python 3.7 is compatible with py? |
Version 1.5.3 passed `tox-3.7 -e py37-pytest30`. pytest >= 3.1 is not supported yet (pytest-dev/py#162), and pytest 2.9 does not work with Python 3.7 (pytest-dev/py#192)
no need to drop 2.9 for the other pytons |
Why would an up-to-date pylib need to retain pytest 2.9 compatibility though? 3.0 was released almost 2 years ago. |
@The-Compiler just to avoid deliberately breaking people that are stuck for legacy reasons - as far as i can tell its not a extra cost to have it in ci as of now |
Thanks for the explanations! I created a patch at #193 to prevent future confusions. |
I'd like to check if py works with Python 3.7, so I add py37 to tox.ini. py36-pytest29, py36-pytest30 and py37-pytest30 passed while py37-pytest29 failed:
Tested on macOS High Sierra with Python 3.7 from MacPorts.
The text was updated successfully, but these errors were encountered: