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 will not install poetry-plugin-export by default in the future #70

Closed
noxan opened this issue Jun 17, 2024 · 4 comments
Closed

Comments

@noxan
Copy link
Contributor

noxan commented Jun 17, 2024

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'.

@marns93
Copy link
Contributor

marns93 commented Jun 17, 2024

@noxan Thanks for pointing to this.

The plugin will be installed already, see: https://github.com/moneymeets/python-poetry-buildpack/blob/master/bin/compile#L61-L63.
So in my opinion there is nothing to do.

@noxan
Copy link
Contributor Author

noxan commented Jun 17, 2024

Oh I see, thanks for pointing this out @marns93 :)

We could disable the warning with poetry config warnings.export false but guess it's not worth the effort - i'll close the issue again.

@noxan noxan closed this as completed Jun 17, 2024
@marns93
Copy link
Contributor

marns93 commented Jun 17, 2024

Disabling the warning shouldn't be a big problem.
@felix11h WDYT, should we disable the warning?

@felix11h
Copy link
Contributor

felix11h commented Jul 2, 2024

@marns93 I also think disabling the warning is ok, but it's also not critical. We can wait for someone to open a pull request for this.

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

No branches or pull requests

3 participants