-
Notifications
You must be signed in to change notification settings - Fork 815
broken travis.yml: 2.6 does not support pytest #216
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
Comments
Looks like something broke on Travis's end in the past month. |
Pytest and its dependency py have dropped support for Python 2.6 because it's been EOL for four years meaning it hasn't received security updates, and it's also little used so it's about time to drop it. They also dropped support for Python 3.3 which is also EOL and little used. Here's the pip installs for prometheus_client from PyPI for the last month (via
I suggest client_python also drops 2.6 (3.3 is already dropped). |
Do we know if there are any popular OSes that still use 2.6, such as RHEL? |
RHEL 6 ships with 2.6 and RHEL 5 ships with 2.4. https://en.wikipedia.org/wiki/CPython#Enterprise_Linux But a secure Python can be installed using SCL: |
Another way to close this issue. @hugovk: I still have to run prometheus_client on RHEL6 too |
Do you have a plan to upgrade RHEL/Python? |
@hugovk I got a bunch of customers with various RHEL versions including 6, so no dropout for now :( |
@brian-brazil closing for now |
Done! #219 |
I expect
travis gate to work with py26
Instead
I get the following error when installing pytest
The text was updated successfully, but these errors were encountered: