Skip to content

Duplicated console output in 1.2.0b2 #5888

@andreymal

Description

@andreymal

Poetry 1.2.0b1:

$ poetry build -f wheel
Building projectname (0.1.0)
  - Building wheel
  - Built projectname-0.1.0-py3-none-any.whl

Poetry 1.2.0b2 (and latest master):

$ poetry build -f wheel
Building projectname (0.1.0)
  - Building wheel
  - Building wheel
  - Built projectname-0.1.0-py3-none-any.whl
  - Built projectname-0.1.0-py3-none-any.whl

After some testing I found the behavior changed after commit 50ef227

(Tested in Kubuntu 22.04, Python 3.10.4)

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