Skip to content

Updates to develop dependencies are not applied by 1.1.1 #3096

@ginty

Description

@ginty
  • I am on the latest Poetry version.
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).
  • Ubuntu:
  • 1.1.1:
  • Link of a Gist with the contents of your pyproject.toml file:

Issue

I understand that from 1.1.0 onwards a local development dependency must be defined with the develop=true switch, e.g.

[tool.poetry.dependencies]
my_dependency = { path = "../../my_dependency", develop = true }

With Poetry 1.0.10 this worked as I would expect, some kind of link is created such that whenever I updated a file in my_dependency it would be reflected in the parent app the next time it was invoked.

However with version 1.1.0 and 1.1.1 any updates made to the dependency are not reflected in the app and it seems to be stuck on the version that was around at install time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSomething isn't working as expected

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions