Skip to content

Comments

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

Merged
abn merged 1 commit intopython-poetry:mainfrom
radoering:fix-repository-priority-handling
Mar 9, 2024
Merged

fix --index-url handling for Poetry 1.8#263
abn merged 1 commit intopython-poetry:mainfrom
radoering:fix-repository-priority-handling

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
@sonarqubecloud
Copy link

sonarqubecloud 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
@radoering radoering deleted the fix-repository-priority-handling branch August 24, 2025 04:32
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