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

build: add poetry-plugin-export to the dependencies #1041

Closed
wants to merge 1 commit into from

Conversation

almet
Copy link
Contributor

@almet almet commented Jan 6, 2025

Since Poetry 2.0.0, the export command has been removed and it's advised to use the "poetry-plugin-export".

This commit adds it to the env.py for debian environments and to the CI.

Fixes #825

Since Poetry 2.0.0, the `export` command has been removed and it's
advised to use the "poetry-plugin-export".

This commit adds it to the `env.py` for debian environments and to the
`CI`.
@almet almet force-pushed the poetry-export-plugin branch from 02de93c to 139976f Compare January 6, 2025 12:31
@almet
Copy link
Contributor Author

almet commented Jan 6, 2025

The CI is currently failing because it doesn't update the dev environment which is modified in this PR, and so tries to run with the environments that were built during the night. I'll close this PR and open another one with branch named test-* so it will be rebuilt.

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

Successfully merging this pull request may close these issues.

Install poetry-plugin-export, as it will not be installed by default in future poetry versions
1 participant