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 poetry extras #639

Merged
merged 1 commit into from
Jun 2, 2023
Merged

Fix poetry extras #639

merged 1 commit into from
Jun 2, 2023

Conversation

mirkolenz
Copy link
Contributor

In #631 poetry gained the ability to install extras and groups. I tested out the extras feature today and found a bug: If you specify multiple extras, then the following install command is generated:

poetry install --extras extra1 extra2

The problem is that poetry treats extra2 as an argument to the install command. Thus, this PR adds quotation marks as follows:

poetry install --extras "extra1 extra2"

While I was at it, I also added another option to select --all-extras.

@domenkozar domenkozar merged commit dcd0514 into cachix:main Jun 2, 2023
@mirkolenz mirkolenz deleted the fix-poetry branch June 2, 2023 08:23
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.

None yet

2 participants