Skip to content

Enhance poetry related logging and add new flag #1

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

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

FinchPowers
Copy link
Owner

  • Distinct logging whether the requirements.txt file is generated from poetry.lock vs pyproject.toml.
  • New boolean flag: requirePoetryLockFile - When set to true, fail the build when poetry.lock is missing. This helps with creating reproducible builds where you want to have a fixed poetry.lock file instead of one generated on the fly.

@FinchPowers FinchPowers force-pushed the feature/log-and-require-poetry-lock branch from f1c19f9 to cf627ff Compare September 28, 2022 01:12
@FinchPowers FinchPowers force-pushed the feature/log-and-require-poetry-lock branch from cf627ff to 166ae65 Compare October 1, 2022 01:12
@FinchPowers FinchPowers force-pushed the feature/log-and-require-poetry-lock branch 3 times, most recently from 794a646 to 24e2d2c Compare October 5, 2022 01:38
* Distinct logging whether the requirements.txt file is generated from
  poetry.lock vs pyproject.toml.
* New boolean flag: requirePoetryLockFile - When set to true, fail the build
  when poetry.lock is missing. This helps with creating reproducible
  builds where you want to have a fixed poetry.lock file instead of one
  generated on the fly.
@FinchPowers FinchPowers force-pushed the feature/log-and-require-poetry-lock branch from 24e2d2c to 3ddf189 Compare October 14, 2022 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants