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

fix(poetry): adapt pyproject for poetry v2 #1068

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aleuffre
Copy link

@aleuffre aleuffre commented Jan 27, 2025

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

Also adds the export plugin (included in poetry < 2) https://python-poetry.org/docs/cli/#export

See #1060

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

Also adds the export plugin (included in poetry < 2)
https://python-poetry.org/docs/cli/#export
@aleuffre
Copy link
Author

Testing with docker build locally, I run into an unrelated issue when trying to install from the requirements file.

Failed to build cffi netifaces
[...]
181.4 ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (cffi, netifaces)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant