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

install poetry-plugin-export manually in tests workflow [WIP] #420

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

Conversation

ArneBinder
Copy link
Owner

@ArneBinder ArneBinder commented May 28, 2024

to resolve poetry deprecation warning from ci (during Run Nox step):

nox > poetry export --format=requirements.txt --with=dev --without-hashes
Warning: poetry-plugin-export will not be installed by default in a future version of Poetry.
In order to avoid a breaking change and make your automation forward-compatible, please install poetry-plugin-export explicitly. See https://python-poetry.org/docs/plugins/#using-plugins for details on how to install a plugin.
To disable this warning run 'poetry config warnings.export false'.

Warning: This does not seem to work as expected, the warning is still shown. Needs some further investigation.

EDIT: This should use this instead when available in new poetry release: python-poetry/poetry#9547

@ArneBinder ArneBinder added the ci Continuous Integration label May 28, 2024
@ArneBinder ArneBinder changed the title install poetry-plugin-export manually in tests workflow install poetry-plugin-export manually in tests workflow May 28, 2024
@ArneBinder ArneBinder changed the title install poetry-plugin-export manually in tests workflow install poetry-plugin-export manually in tests workflow [WIP] May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant