Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test failing due to incompatible versions for flake8-isort and isort being installed #11

Closed
sanderr opened this issue Oct 12, 2021 · 1 comment · Fixed by #12
Closed
Assignees
Labels
build master task A ticket created by the build master meant to be picked up by any developer when it suits them.

Comments

@sanderr
Copy link
Contributor

sanderr commented Oct 12, 2021

For some reason pip isn't satisfied with the latest flake8 and flake8-isort (it does install the latest isort). It tries a couple of versions until it finds one that fits the projects' requirements. In practice the installed version of flake8-isort isn't compatible with the latest isort though, even though the constraints match. At the moment I see no reason why the latest flake8 and flake8-isort don't satisfy pip. The focus of this ticket should initially be to figure out what causes this version backtracking, then to apply either a fix or a workaround.

Side note: if you would like to use pipdeptree to investigate this, install pip<21.3 (tox-dev/pipdeptree#153).

@sanderr sanderr added the build master task A ticket created by the build master meant to be picked up by any developer when it suits them. label Oct 12, 2021
@sanderr
Copy link
Contributor Author

sanderr commented Oct 12, 2021

Waiting for response on sarugaku/resolvelib#91.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build master task A ticket created by the build master meant to be picked up by any developer when it suits them.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant