Skip to content

pip wheel of editable requirements creates a .zip file in the wheel directory #9122

Closed
@sbidoul

Description

Environment

  • pip version: master branch, today
  • Python version: 3.8 (probably irrelevant)
  • OS: linux (probably irrelevant)

Description

Consider the following requirements.txt:

-e git+https://github.com/PyPA/packaging@master#egg=packaging

When we run pip wheel -r requirements.txt --wheel-dir=wheelhouse, we now obtain packaging-20.5.dev0.zip in the wheelhouse directory, in addition to the expected whl files.

Expected behavior

Only wheels should be generated to the wheel-dir directory.

Analysis

This issue probably originates in #8843 around here although I'm not entirely sure yet.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    C: editableEditable installationsC: wheelThe wheel format and 'pip wheel' commandtype: bugA confirmed bug or unintended behavior

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions