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
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
ShadowJonathan
changed the title
mypy-zope will cause dependency regression or rejection in the future
mypy-zope will cause dependency regression or rejection in future pip releases
Oct 16, 2020
I just tested this, pip install --use-feature=2020-resolver mypy==0.782 mypy-zope installs mypy-zope version 0.1.3(!!!)
ShadowJonathan
changed the title
mypy-zope will cause dependency regression or rejection in future pip releases
mypy==0.782 will cause mypy-zope dependency regression in future pip releases
Oct 18, 2020
Description
Pip is planning to use a new resolver by default from
20.3
, which is more strict in it's dependency handling.Currently,
tox
'smypy
test environment defines this:Given that input,
pip>=20.3
will likely either:mypy-zope
package that works withmypy==0.782
, causing a regression.Reject installing outright, as this stricter dependency resolver will refuse to install incompatible packages.The text was updated successfully, but these errors were encountered: