-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't explode sdists before installing them (#166)
* pip_audit: don't unpack sdists before installing * pypi_provider: simplify sdist placement * pip_audit: logging, keep sdists out of candidacy * pypi_provider: remove old code * _virtual_env: fix f-strings * _virtual_env: re-enable cache * _virtual_env: remove log * CHANGELOG: record changes * _virtual_env: Update comment Co-authored-by: Alex Cameron <[email protected]>
- Loading branch information
1 parent
c792146
commit a8f9fa2
Showing
4 changed files
with
76 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
""" | ||
Utilities functions for `pip-audit`. | ||
Utility functions for `pip-audit`. | ||
""" | ||
|
||
import sys | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters