Skip to content

fix: deprecated poetry flag#2485

Open
raffifu wants to merge 2 commits into
microsoft:mainfrom
raffifu:fix/deprecated-poetry-flag
Open

fix: deprecated poetry flag#2485
raffifu wants to merge 2 commits into
microsoft:mainfrom
raffifu:fix/deprecated-poetry-flag

Conversation

@raffifu

@raffifu raffifu commented Jul 29, 2024

Copy link
Copy Markdown

This issue close #2019

Currently flag --no-dev in poetry is deprecated and the new flag option is --only. this PR change the poetry command to use --only

@raffifu raffifu requested a review from a team as a code owner July 29, 2024 17:47
@dimbleby

dimbleby commented Aug 3, 2024

Copy link
Copy Markdown
Member

The "--only" option requires a value.

I suppose you intend --only main

@tsukhu

tsukhu commented Jan 7, 2025

Copy link
Copy Markdown

shouldn't this be --without dev as a replacement to --no-dev

@raffifu

raffifu commented Jan 7, 2025

Copy link
Copy Markdown
Author

@tsukhu Thanks for correcting the code. I have push the changes

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.

Support poetry install --only

3 participants