You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
andtest
.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
The text was updated successfully, but these errors were encountered: