installing pytest on py2.7 doesn't pick up more-itertools #907
Labels
area/installer
Related to the dependency installer
area/solver
Related to the dependency resolver
kind/bug
Something isn't working as expected
Milestone
-vvv
option).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:
cjw296/playground@035f8b5
Looks like the pytest guys had some fun with this too, so suspect it might be a nasty
edge case: pytest-dev/pytest#4770
The text was updated successfully, but these errors were encountered: