Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Restrict isort to a version before 5.0.0 #90

Closed
wants to merge 1 commit into from

Conversation

mjpieters
Copy link
Contributor

flake8-isort has pinned itself to isort 4.x, and so has pylint, but dephell hits some kind of infinite recursion trying to resolve this between those two packages, and the unqualified isort[pyproject] dependency in pyproject.toml.

By restricting isort, dephell can complete installing.

flake8-isort has [pinned itself to isort 4.x](gforcada/flake8-isort#88), and [so has pylint](https://github.com/PyCQA/pylint/blob/master/pylint/__pkginfo__.py#L41), but dephell hits some kind of infinite recursion trying to resolve this between those two packages, and the unqualified `isort[pyproject]` dependency in pyproject.toml.

By restricting isort, dephell can complete installing.
@mjpieters
Copy link
Contributor Author

Reported as a bug upstream, see dephell/dephell#452

@orsinium
Copy link
Member

Thank you, good catch 👍 I migrated flakehell on the dev version of dephell (#93).

@orsinium orsinium closed this Aug 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
2 participants