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

Hook fails because there are no dev dependency group in our poetry config #44

Closed
nils-van-zuijlen opened this issue May 22, 2023 · 1 comment

Comments

@nils-van-zuijlen
Copy link

We have chosen to split our dependencies more than just a main and a dev group, so now we do not have a dev group at all.
Instead we have main, docs, lint, tools and test.

In Poetry 1.5.0, this now breaks because python-poetry/poetry#7529 was merged and unknown group names now trigger an error in poetry when used with --only, --with and --without.

Would it be possible to have the full list of optional groups be taken as an argument? This would also help with #41

@Lucas-C
Copy link
Owner

Lucas-C commented May 22, 2023

Would it be possible to have the full list of optional groups be taken as an argument? This would also help with #41

That seems like a nice addition to me, so yes! 😊

Would you like to submit a PR to implement this?

@Lucas-C Lucas-C closed this as completed in 953c7b7 Aug 2, 2023
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

No branches or pull requests

2 participants