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

chore(deployer): replace the deprecated "poetry.dev-dependencies" section for poetry #12516

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

yin1999
Copy link
Member

@yin1999 yin1999 commented Jan 25, 2025

Summary

  • replace the deprecated "poetry.dev-dependencies" section for poetry
  • Make the dev dependencies optional, so those dependencies will not be installed in mdn/content, mdn/translated-content CIs.

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 group


How did you test this change?

Run the following command to check the installation:

  • poetry install
  • poetry install --with dev

@yin1999 yin1999 requested a review from a team as a code owner January 25, 2025 04:32
@github-actions github-actions bot added dependencies Pull requests that update a dependency file deployer Deployment (currently using AWS S3 and AWS Lambda) github-actions labels Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file deployer Deployment (currently using AWS S3 and AWS Lambda) github-actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant