Skip to content

Change wording around "Generating requirements.txt from pyproject.toml..." #640

Open
@kkom

Description

@kkom

Hey!

So looking at the message in the logs I was concerned that the requirements.txt file was literally generated from pyproject.toml. Which in my mind meant not using the lock file (i.e. poetry.lock) and this resulting in non-deterministic and different environment between local and CI/CD.

Only after reading the docs I realized that what this plugin does is "the right thing", i.e. just call poetry export.

I'm happy to submit a PR to change the wording a little bit to make it less concerning, but first I wanna ask WDYT about it?

Cheers,
Konrad

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions