fedora-python / pyp2rpm

Tool to convert a package from PyPI to RPM SPECFILE or to generate SRPM.
MIT License
125 stars 39 forks source link

Drop Python 2.6 support and remove py26 from tox envlist #91

Closed irushchyshyn closed 7 years ago

irushchyshyn commented 7 years ago

Running tests with tox has a dependency on virtualenv-api which stopped supporting Python 2.6 a long time ago (commit) . With the changes in the latest virtualenv-api release 2.1.13, pyp2rpm's tests started to reflect this and running tests in py26 tox environment started to fail. Continuing to support Python 2.6 officially without being able to run test in py26 makes no sense. Unless we want to introduce dependency on a specific virtualenv-api version as here.

mcyprian commented 7 years ago

Looks good, thank you