We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Python 2.7 will be out of support January 1, 2020.
Dropping support for it allows a simple solution for #1.
A possibly incomplete list of things to remember:
setup.py
runtests2.sh
runtests3.sh
runtests.py
unittest
pytest
The text was updated successfully, but these errors were encountered:
Technologicat
No branches or pull requests
Python 2.7 will be out of support January 1, 2020.
Dropping support for it allows a simple solution for #1.
A possibly incomplete list of things to remember:
setup.py
.runtests2.sh
.runtests3.sh
into aruntests.py
. Shell? Where we're going, we need no shell.unittest
from the stdlib.pytest
would be even nicer, but introduces a dependency.The text was updated successfully, but these errors were encountered: