Closed
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