Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix --index-url handling for Poetry 1.8 #263

Merged
merged 1 commit into from Mar 9, 2024

Conversation

radoering
Copy link
Member

@radoering radoering commented Mar 9, 2024

Resolves: #260

  • 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.
  • Bump required Poetry version so that we do not have to keep two implementations.

- 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`.
- Bump required Poetry version so that we do not have to keep two implementations.
@radoering radoering force-pushed the fix-repository-priority-handling branch from 7c468c7 to 53dccc9 Compare March 9, 2024 06:11
Copy link

sonarcloud bot commented Mar 9, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
9.0% Duplication on New Code

See analysis details on SonarCloud

@radoering radoering requested a review from a team March 9, 2024 06:20
@abn abn merged commit e09a535 into python-poetry:main Mar 9, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setting primary source exports requirements as --extra-index-url instead of index-url
2 participants