-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
area/installerRelated to the dependency installerRelated to the dependency installerarea/solverRelated to the dependency resolverRelated to the dependency resolverkind/bugSomething isn't working as expectedSomething isn't working as expected
Milestone
Description
- I am on the latest Poetry version.
- I have searched the issues of this repo and believe that this is not a duplicate.
- If an exception occurs when executing a command, I executed it again in debug mode (
-vvvoption).
build environment: https://circleci.com/gh/cjw296/playground/9
config: https://github.com/cjw296/playground/blob/48364861386eeda9d2592423503fe1c50b94cf1b/pyproject.toml
Issue
poetry fails to install more-itertools on python 2.7, even though it's a dependency of pytest.
The workaround is to separately specify it:
Looks like the pytest guys had some fun with this too, so suspect it might be a nasty
edge case: pytest-dev/pytest#4770
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/installerRelated to the dependency installerRelated to the dependency installerarea/solverRelated to the dependency resolverRelated to the dependency resolverkind/bugSomething isn't working as expectedSomething isn't working as expected