pip wheel of editable requirements creates a .zip file in the wheel directory #9122
Labels
C: editable
Editable installations
C: wheel
The wheel format and 'pip wheel' command
type: bug
A confirmed bug or unintended behavior
Milestone
Environment
Description
Consider the following
requirements.txt
:When we run
pip wheel -r requirements.txt --wheel-dir=wheelhouse
, we now obtainpackaging-20.5.dev0.zip
in thewheelhouse
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.
The text was updated successfully, but these errors were encountered: