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

Add a method to resolve dependency groups into concrete lists of dependencies #26

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

olivier-lacroix
Copy link
Contributor

Some inspiration taken from astral-sh/uv#8266.

@@ -201,7 +203,7 @@ pub enum DependencyGroupSpecifier {
#[serde(rename_all = "kebab-case")]
Table {
/// The name of the group to include
include_group: Option<String>,
include_group: String,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure having an option here makes much sense?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good call

Copy link
Member

@konstin konstin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@konstin konstin merged commit 8af5247 into PyO3:main Oct 28, 2024
4 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.

2 participants