You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 2.7 EOL is fast approaching, with upstream support ending in 2020. Python 3.4’s last release is scheduled for March 2019. pytest is one of the participating projects of the https://python3statement.org.
The pytest 4.6 series will be the last to support Python 2.7 and 3.4, and is scheduled to be released by mid-2019. pytest 5.0 and onwards will support only Python 3.5+.
virtualenv will probably keep support for the foreseeable future (another 2 year at least). tox will drop support in June this year as host interpreter (but will support creating test environments as long as virtualenv does).
This is not necessary or even particularly compelling, but is inevitable so we may as well get it out of the way.
The text was updated successfully, but these errors were encountered:
nmlorg
added
the
cleanup
Code changes that improve maintainability without changing behavior
label
Jun 5, 2019
https://docs.pytest.org/en/latest/py27-py34-deprecation.html
pypa/pip#6148 › https://discuss.python.org/t/packaging-and-python-2/662/3:
This is not necessary or even particularly compelling, but is inevitable so we may as well get it out of the way.
The text was updated successfully, but these errors were encountered: