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

poetry warning - "poetry.dev-dependencies" section is deprecated #1975

Open
micahellison opened this issue Feb 25, 2025 · 1 comment
Open
Labels
bug Something isn't working

Comments

@micahellison
Copy link
Member

Diagnostic output

n/a

Current Behavior

In our test runner we're getting a deprecation warning:

 The "poetry.dev-dependencies" section is deprecated and will be removed in a future version. Use "poetry.group.dev.dependencies" instead.

Expected Behavior

n/a

Repro Steps

Run poetry sync

Debug output

n/a

Other Information

No response

@micahellison micahellison added 🆕 New! bug Something isn't working labels Feb 25, 2025
@wren wren removed the 🆕 New! label Feb 25, 2025
@wren
Copy link
Member

wren commented Feb 25, 2025

This is because the CI started using Poetry >2.0. So, we need to install that locally and resolve the deprecation warnings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants