-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Labels
kind/featureFeature requests/implementationsFeature requests/implementationsstatus/triageThis issue needs to be triagedThis issue needs to be triaged
Description
- I have searched the issues of this repo and believe that this is not a duplicate.
- I have searched the FAQ and general documentation and believe that my question is not already covered.
Feature Request
After doing operations like add/remove/update that both updates pyproject.toml and refreshes poetry.lock, please complete the operation leaving poetry.lock's modification time to be newer than pyproject.toml's.
Not only is this conceptually proper to match the direction of dependency, it means Makefiles can be used to implement "auto-poetry install if needed" behavior, e.g.:
- Detect pyproject.toml changes and automatically run
poetry installif needed #75 (comment) - https://medium.com/aigent/makefiles-for-python-and-beyond-5cf28349bf05
The comment in #75 suggests this already used to be the case at some point. I'm currently using 1.2.2.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureFeature requests/implementationsFeature requests/implementationsstatus/triageThis issue needs to be triagedThis issue needs to be triaged