Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

mypy==0.782 will cause mypy-zope dependency regression in future pip releases #8576

Closed
ShadowJonathan opened this issue Oct 16, 2020 · 1 comment · Fixed by #8583
Closed

Comments

@ShadowJonathan
Copy link
Contributor

ShadowJonathan commented Oct 16, 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's mypy test environment defines this:

deps =
    {[base]deps}
    mypy==0.782
    mypy-zope

Given that input, pip>=20.3 will likely either:

  1. Choose an older mypy-zope package that works with mypy==0.782, causing a regression.
  2. Reject installing outright, as this stricter dependency resolver will refuse to install incompatible packages.
@ShadowJonathan 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
@ShadowJonathan
Copy link
Contributor Author

ShadowJonathan commented Oct 18, 2020

I just tested this, pip install --use-feature=2020-resolver mypy==0.782 mypy-zope installs mypy-zope version 0.1.3(!!!)

@ShadowJonathan 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants