generated from thoth-station/template-project
-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
human_intervention_requiredkind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Description
Describe the bug
This line disregards the python version that might be specified in the poetry.lock -> [metadata] -> python-version without warning.
This line disregards the python version that might be specified in the pyproject.toml ->[tool.poetry.dependencies] -> python without warning.
It might be expected behavior to use the system python version over the specified version, but we might want a warning anyway.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
human_intervention_requiredkind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.