-
Notifications
You must be signed in to change notification settings - Fork 42
update supported python and pytest versions #104
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
update supported python and pytest versions #104
Conversation
youtux
left a comment
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.
Also please add one (or more) entries to the CHANGES.rst saying which pythons and pytest we started and stopped supporting.
tox.ini
Outdated
| envlist = py27-pytest{43,44,45,46}, | ||
| py38-pytest{43,44,45,46,50,51,52,53,54,60,latest}, | ||
| envlist = py27-pytest46, | ||
| py38-pytest{46,54,60,61,62,latest,master}, |
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.
I would prefer to keep on testing all the minor versions of pytest that we claim to support (5.0, 5.1, 5.2, 5.3).
| language: python | ||
| dist: bionic | ||
| python: | ||
| - "2.7" |
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.
We can remove python2.7 compatibility. Make sure to update the python_requires marker accordingly in the setup.py.
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.
We can make it in #105 (it just needs some small polishing) after merging this one. What do you think?
|
here's a PR with pyupgrade: https://github.com/pytest-dev/pytest-factoryboy/pull/105/files |
|
Thank you for the PR! |
This PR:
setup.pyand run tests)pytestversions supported bypytest-factoryboywith these officially maintained bypytest-devteam (I get versions from branch list ofpytestrepo)pep8maxlinelengthpytest's ini optionWhat do you think about dropping support for python 2?
This change is