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
The importlib-metadata package is at version 3 as of about a month ago; tox should be updated to allow it. This can help with conflicts when using the old pip resolver (pip<20.3) and not cause a package downgrade if tox is installed after virtualenv.
virtualenv solved importlib-metadata support by removing the high constraint in pypa/virtualenv#2019, and it looks like the rewrite branch got a similar treatment in #1556. (And since importlib-metadata is a backport from CPython, removing the upper bound seems like the right approach).
The text was updated successfully, but these errors were encountered:
Since importlib-metadata is a backport from CPython, new major versions
are much more likely to be to adjust supported Python versions, and not
change the API. Remove the upper bound on the version constraint.
Closestox-dev#1763.
Since importlib-metadata is a backport from CPython, new major versions
are much more likely to be to adjust supported Python versions, and not
change the API. Remove the upper bound on the version constraint.
Closes#1763.
Since importlib-metadata is a backport from CPython, new major versions
are much more likely to be to adjust supported Python versions, and not
change the API. Remove the upper bound on the version constraint.
Closestox-dev#1763.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
feature:newsomething does not exist yet, but should
The
importlib-metadata
package is at version 3 as of about a month ago;tox
should be updated to allow it. This can help with conflicts when using the old pip resolver (pip<20.3
) and not cause a package downgrade iftox
is installed aftervirtualenv
.virtualenv
solvedimportlib-metadata
support by removing the high constraint in pypa/virtualenv#2019, and it looks like the rewrite branch got a similar treatment in #1556. (And since importlib-metadata is a backport from CPython, removing the upper bound seems like the right approach).The text was updated successfully, but these errors were encountered: