Issue
After updating to poetry 1.1.0, poetry fails with an AssertionError. You can reproduce this by adding the pyproject.toml linked above to an empty directory and running poetry install.
Logs
After 1: Version solving took 0.600 seconds. and 1: Tried 1 solutions., I get:
AssertionError
at ~/.poetry/lib/poetry/mixology/incompatibility.py:60 in __init__
56│ # intersection, they're mutually exclusive, making this incompatibility
57│ # irrelevant, since we already know that mutually exclusive version
58│ # ranges are incompatible. We should never derive an irrelevant
59│ # incompatibility.
→ 60│ assert by_ref[ref] is not None
61│ else:
62│ by_ref[ref] = term
63│
64│ new_terms = []
-vvvoption).Issue
After updating to poetry 1.1.0, poetry fails with an AssertionError. You can reproduce this by adding the pyproject.toml linked above to an empty directory and running
poetry install.Logs
After
1: Version solving took 0.600 seconds.and1: Tried 1 solutions., I get: