-
Notifications
You must be signed in to change notification settings - Fork 29
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 support for dependency groups #26
Conversation
Hey! I need this SO BADLY and would be awesome if the PR were accepted. Thanks for the great work |
Hello - ➕ this solves a blocking problem for my project. Curious if this is a change you're open to accepting? Thanks! |
This looks really helpful! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the late feedback. Overall this looks good to me. Can you add some simple tests with the different options in tests/console/commands/bundle/test_venv.py
, please?
I've added the tests as requested. |
By making
BundleCommand
inherit from poetry'sGroupCommand
, and passing the detected groups through to the venv bundler.Fixes #8