You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 becausetox >= 3.11.2
ortox-run-command >= 0.4.
creates an implied dependency on more_itertools, which gets resolved before pip is recent enough to honor thepython_requires
.This environment needs to be updated to upgrade virtualenv before invoking tox... or maybe drop Python 2.7 support.
The text was updated successfully, but these errors were encountered: