poetry-core
poetry-core copied to clipboard
Deprecate develop option and rename to editable
Resolves: python-poetry#3004
Renames develop directory and VCS dependency property to editable and raises deprecation warnings for develop.
Changes Required
- [x] Update specification schema in poetry-core.
- ~~[ ] Update dependency instances to reference editable and fallback to develop if not present.~~ (solved by next point)
- [x] Update
Factory.poetry_createfunction to check for editable and fallback to develop if not present. - [x] Add deprecation warning when accessing
Dependency.develop. - [x] Add poetry check warning to inform users about the change.