Poetry install failing with AssertionError #8202
Labels
kind/bug
Something isn't working as expected
status/external-issue
Issue is caused by external project (platform, dep, etc)
status/triage
This issue needs to be triaged
-vvv
option) and have included the output below.Issue
When running
poetry install -n -vvv
with the pyproject.toml provided above, I get an assertion error. The error gets fixed by changingpytest-inmanta-extensions = {version = "*", optional=true}
topytest-inmanta-extensions = {version = ">=4.5", optional=true}
.The text was updated successfully, but these errors were encountered: