-
Notifications
You must be signed in to change notification settings - Fork 40
Compatibility with pytest 5.1 #63
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
Conversation
I don't know what to do with appveyor, it's quite annoyingly broken upstream. |
The travis matrix needs to be revised, too. Sadly we don't seem to test against the latest 5.+ pytest versions... |
I updated the Travis matrix and skipped Appveyor. 😬 |
I made the |
Yeah, not sure why it does it, I recall seeing |
Anyway, I don't see a reason to not to merge this asap, but we need to fix the windows testing before going ahead with a new release. In the meantime, I suppose, we need to limit pytest version for the astropy CI. |
Sounds like a plan. Thanks! |
Thanks @pllim! |
See https://github.com/pytest-dev/pytest/releases/tag/5.1.0 . This is to fix:
Example log: https://circleci.com/gh/astropy/astropy/40431
p.s. How far back do we need to be backward compatible? Or is a simple renaming like this okay?
xref pytest-dev/pytest#2682