-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
C: editableEditable installationsEditable installationsC: vcspip's interaction with version control systems like git, svn and bzrpip's interaction with version control systems like git, svn and bzrC: wheelThe wheel format and 'pip wheel' commandThe wheel format and 'pip wheel' commandtype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior
Milestone
Description
Environment
- pip version: 20.3
- Python version: 3.8 (probably irrelevant)
- OS: linux (probably irrelevant)
Description
pip wheel --no-deps -e git+https://github.com/pypa/pip-test-package#egg=pip-test-package used to keep a git clone in the src directory. Now it keeps something there, that does not have a .git directory in it.
Analysis
In progress, but a quick git bissect shows that the issue originates in the same area as #9122.
Metadata
Metadata
Assignees
Labels
C: editableEditable installationsEditable installationsC: vcspip's interaction with version control systems like git, svn and bzrpip's interaction with version control systems like git, svn and bzrC: wheelThe wheel format and 'pip wheel' commandThe wheel format and 'pip wheel' commandtype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior