carpentries-incubator / python-intermediate-development

"Intermediate Research Software Development Skills (Python)" Lesson Material
https://carpentries-incubator.github.io/python-intermediate-development/
Other
48 stars 60 forks source link

Poetry --dev option is deprecated #349

Closed svenvanderburg closed 4 months ago

svenvanderburg commented 4 months ago

In the Poetry init exercise there is a reference to the --dev option. The --dev option is deprecated, use the --group dev notation instead.

svenvanderburg commented 4 months ago

See https://python-poetry.org/docs/cli/#options-4

svenvanderburg commented 4 months ago

Closed with #353