pradyunsg / zazo

Pure Python Dependency Resolution (see https://github.com/sarugaku/resolvelib/ instead)
MIT License
80 stars 7 forks source link

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

Open dmtucker opened 6 years ago

dmtucker commented 6 years ago
pip install flake8-import-order==0.17.1 pytest-flake8==1.0.0
pradyunsg commented 6 years ago

Thanks for reporting this @dmtucker! :)

pradyunsg commented 5 years ago

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