1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Merge pull request #7516 from chrahunt/refactor/remove-unnecessary-cleanup

Remove unnecessary InstallRequirement cleanup in install_given_reqs
This commit is contained in:
Pradyun Gedam 2019-12-28 12:42:01 +00:00 committed by GitHub
commit d4b5392b7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,6 @@ def install_given_reqs(
)
if should_commit:
uninstalled_pathset.commit()
requirement.remove_temporary_source()
installed.append(InstallationResult(requirement.name))