We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d16c8 commit d362431Copy full SHA for d362431
src/pip/_internal/operations/prepare.py
@@ -348,6 +348,7 @@ def _ensure_link_req_src_dir(
348
# installation.
349
# FIXME: this won't upgrade when there's an existing
350
# package unpacked in `req.source_dir`
351
+ # TODO: this check is now probably dead code
352
if is_installable_dir(req.source_dir):
353
raise PreviousBuildDirError(
354
"pip can't proceed with requirements '{}' due to a"
0 commit comments