You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating the image with install/common/build-image.py, a warning is currently generated, telling us that the tool we currently use will not be included in future versions of poetry-export.
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'
We want to make sure it's installed, (or to use a different mechanism if it makes more sense)
The text was updated successfully, but these errors were encountered:
almet
changed the title
poetry-plugin-export will not be installed by default in future versions of poetry
Install poetry-plugin-export, as it will not be installed by default in future poetry versions
May 30, 2024
When generating the image with
install/common/build-image.py
, a warning is currently generated, telling us that the tool we currently use will not be included in future versions of poetry-export.We want to make sure it's installed, (or to use a different mechanism if it makes more sense)
The text was updated successfully, but these errors were encountered: