Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix --index-url handling for Poetry 1.8:
- With Poetry 1.8 the source priority "default" is deprecated so that the first primary source has to take its place and be exported as "--index-url" instead of "--extra-index-url". - Update tests so that realistic repository pools without deprecated priorities are used. - Bump required Poetry version so that we do not have to keep two implementations.
- Loading branch information