[5pt]Enhance environment markers with python_version taken from package metadata #2154
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
sig/stack-guidance
Categorizes an issue or PR as relevant to SIG Stack Guidance.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Is your feature request related to a problem? Please describe.
Pipenv added a new feature where each dependency has the environment marker
python_version
taken from package metadata. It might be a good idea to include such an environment marker in Thoth's adviser as well. It will not affect the resolution process anyhow, but will create more explicit Pipfile.lock with relevantpython_version
environment markers.Describe the solution you'd like
python_version
into the database from solver runspython_version
information in a form of an environment marker in the resulting lock fileDescribe alternatives you've considered
Keep the solution as-is.
The text was updated successfully, but these errors were encountered: