Skip to content
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

Appveyor tests failing on Python 2.7 #227

Closed
jaraco opened this issue Sep 26, 2019 · 2 comments
Closed

Appveyor tests failing on Python 2.7 #227

jaraco opened this issue Sep 26, 2019 · 2 comments
Assignees
Labels
invalid This is irrelevant

Comments

@jaraco
Copy link
Member

jaraco commented Sep 26, 2019

See this build for an example. The virtualenv gets created with an old version of pip and while tox is in the process of upgrading pip to >=9, it's already too late because tox >= 3.11.2 or tox-run-command >= 0.4. creates an implied dependency on more_itertools, which gets resolved before pip is recent enough to honor the python_requires.

This environment needs to be updated to upgrade virtualenv before invoking tox... or maybe drop Python 2.7 support.

@webknjaz
Copy link
Member

It's been fixed by 2900f6f and also upstream tox-dev/tox#1429.

I believe you just forgot to rebase your PR.

P.S. Also reported to jaraco/zipp#16.

@webknjaz webknjaz added the invalid This is irrelevant label Sep 26, 2019
@webknjaz
Copy link
Member

Closing this as it'll be fixed next time tox does the release and a workaround has been applied to AppVeyor config already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This is irrelevant
Projects
None yet
Development

No branches or pull requests

2 participants