poetry-core icon indicating copy to clipboard operation
poetry-core copied to clipboard

Deprecate develop option and rename to editable

Open 0scarB opened this issue 5 years ago • 0 comments

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_create function 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.

0scarB avatar Oct 25 '20 19:10 0scarB