-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Fix Python 3.3 jobs on AppVeyor/Travis #4897
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @benoit-pierre!
@@ -1,6 +1,6 @@ | |||
freezegun | |||
pretend | |||
pytest | |||
pytest<=3.2.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just < 3.3.0
would be kinda more correct but it has no actual practical difference unless pytest has another release in the 3.2 series.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More prudent maybe? :P
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed.
TIL - prudent. :)
I guess I'll merge this in the morning (8+ hours) if someone doesn't raise an issue with this PR by then. 🤷♂️ |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Pytest 3.3.0 dropped support for Python 3.3: https://docs.pytest.org/en/latest/changelog.html#deprecations-and-removals