poetry-plugin-export icon indicating copy to clipboard operation
poetry-plugin-export copied to clipboard

Option, no-binary

Open alegtk opened this issue 3 years ago • 1 comments

Greetings. As far as I can see, the export is not carrying the --no-binary option for selected packages. For instance, we have a package wide configuration such as this $ cat poetry.toml [installer] no-binary = ["confluent-kafka"]

And the no-binary is missing in the requirements.txt $ cat requirements.txt confluent-kafka==1.9.2 ; python_version >= "3.10" and python_version < "4.0"
--hash=sha256:24872e3e427b16f77461ae7e6cf48f9c5c03c06884ac51bad179580a4dd29145
[...]

-Settings under test $ poetry self show plugins • poetry-plugin-export (1.1.1) Poetry plugin to export the dependencies to various formats 1 application plugin Dependencies - poetry (>=1.2.0,<2.0.0) - poetry-core (>=1.1.0,<2.0.0)

Thank you for the great job!

alegtk avatar Oct 04 '22 13:10 alegtk

Here's the relevant PR that introduced the installer.no-binary config: https://github.com/python-poetry/poetry/pull/5609.

nilox94 avatar Dec 21 '23 17:12 nilox94