-
Notifications
You must be signed in to change notification settings - Fork 518
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
chore(deployer): migrate to dependency groups #12516
Conversation
This pull request has merge conflicts that must be resolved before it can be merged. |
@yin1999 Did you make the changes manually, or is there a poetry command to achieve this? |
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.
LGTM, thank you!
@yin1999 Can you take a look at the merge conflicts? |
Resolved. |
Summary
dev
dependencies optional, so those dependencies will not be installed in mdn/content, mdn/translated-contentCI
s.Problem
The "poetry.dev-dependencies" section has been deprecated: https://python-poetry.org/blog/announcing-poetry-1.2.0/
Solution
Replace the section with
dev
groupHow did you test this change?
Run the following command to check the installation:
poetry install
poetry install --with dev