Skip to content

Update Python versions that are tested #3

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

Merged
merged 2 commits into from
Apr 23, 2014

Conversation

msabramo
Copy link
Contributor

Change to reasonably modern versions of Python.

Python 2.4 and 2.5 are very old and are no longer supported by infrastructure such as virtualenv, tox, and py.test.

@msabramo msabramo changed the title tox.ini: Remove py24 and py25; add pypy Update Python versions that are tested Apr 23, 2014
@msabramo
Copy link
Contributor Author

Passing Travis CI build: https://travis-ci.org/msabramo/pytest-cov/builds/23566341

@schlamar
Copy link
Contributor

I might bring back 2.5 (because I still have work to work with it on a legacy platform) but I'm going to merge this for now

schlamar added a commit that referenced this pull request Apr 23, 2014
@schlamar schlamar merged commit 8fb0233 into pytest-dev:master Apr 23, 2014
@msabramo
Copy link
Contributor Author

Cool. How do you test 2.5 these days? Pin to old versions of tox, pytest, etc.? I vaguely remember writing a script for another project that did something like this.

@msabramo msabramo deleted the change_tested_python_versions branch April 23, 2014 13:33
@schlamar
Copy link
Contributor

Generally it works with tox 1.6 if you install pip and setuptools to 2.5 globally and then use sitepackages=True in tox.ini: https://bitbucket.org/schlamar/tox/commits/f7690a07bc2b4b2fd03cf5b11f67ac397f59e4d0?at=v1.6

Additionally I have back ported some changes to 1.6: https://bitbucket.org/schlamar/tox/commits/branch/v1.6

@schlamar
Copy link
Contributor

@msabramo I've just re-enabled full support for Python 2.5 on my tox 1.6 branch if you are interested.

cclauss added a commit to cclauss/pytest-cov that referenced this pull request Feb 19, 2023
# This is the 1st commit message:

Add Python 3.11 and PyPy 3.9 to the testing
# The commit message pytest-dev#2 will be skipped:

# tox.ini: Add py311 and pypy39

# The commit message pytest-dev#3 will be skipped:

# pytest72

# The commit message pytest-dev#4 will be skipped:

# xdist302
#
# Co-authored-by: Mason Lin <[email protected]>

# The commit message pytest-dev#5 will be skipped:

# coverage65
#
# Co-authored-by: Mason Lin <[email protected]>

# The commit message pytest-dev#6 will be skipped:

# Drop py36 and upgrade to pytest-xdist==3.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants