Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

pip10 dependency failure: flake8-import-order pytest-flake8 #8

Open
dmtucker opened this issue Apr 20, 2018 · 2 comments
Open

pip10 dependency failure: flake8-import-order pytest-flake8 #8

dmtucker opened this issue Apr 20, 2018 · 2 comments
Labels
old resolver report Reports of situations, when the current pip resolver does not select the correct versions.

Comments

@dmtucker
Copy link

dmtucker commented Apr 20, 2018

pip install flake8-import-order==0.17.1 pytest-flake8==1.0.0
  • Order doesn't matter.
flake8 3.5.0 has requirement pycodestyle<2.4.0,>=2.0.0, but you'll have pycodestyle 2.4.0 which is incompatible.
Installing collected packages: pycodestyle, flake8-import-order, pyflakes, mccabe, flake8, six, more-itertools, attrs, pluggy, py, pytest, pytest-flake8
Successfully installed attrs-17.4.0 flake8-3.5.0 flake8-import-order-0.17.1 mccabe-0.6.1 more-itertools-4.1.0 pluggy-0.6.0 py-1.5.3 pycodestyle-2.4.0 pyflakes-1.6.0 pytest-3.5.0 pytest-flake8-1.0.0 six-1.11.0

edit: This is actually with pip 10.0.1.

@dmtucker dmtucker changed the title pip9 dependency failure: flake8-import-order pytest-flake8 pip10 dependency failure: flake8-import-order pytest-flake8 Apr 20, 2018
@pradyunsg
Copy link
Owner

Thanks for reporting this @dmtucker! :)

@pradyunsg pradyunsg added the old resolver report Reports of situations, when the current pip resolver does not select the correct versions. label Apr 20, 2018
@pradyunsg pradyunsg added this to To do in Project Board May 12, 2018
@pradyunsg
Copy link
Owner

The world has changed and the above cases does not result in a dependency conflict out of the box. None the less, there's a close relative that does so.

pip install flake8-import-order==0.17.1 flake8==3.5.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
old resolver report Reports of situations, when the current pip resolver does not select the correct versions.
Projects
Project Board
  
To do
Development

No branches or pull requests

3 participants
@dmtucker @pradyunsg and others