-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove 'if verbose' check * remove unused function * improve test coverage; add some type annotations * move indexed packages query into sqlitecache * test incompatible patch * additional tests * improve coverage; remove code related to converting tar archives of legacy cache
- Loading branch information
Showing
22 changed files
with
622 additions
and
165 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
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# for tests only | ||
def _patch_repodata(repodata, subdir): | ||
index = repodata["packages"] | ||
instructions = { | ||
"patch_instructions_version": 2, | ||
"packages": {}, | ||
"revoke": [], | ||
"remove": [], | ||
} | ||
return instructions |
Oops, something went wrong.