-
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.
169 Calculate and Change the SHA-256 hash for http/https Artifacts (#246
) * Modifies the from_recipe() factory to return the path in the recipe file a source was found in * Adds missing unit test cases for from_recipe() * Adds initial vision for the _update_sha256() function in bump_recipe.py * Minor improvement to _update_sha256() * Minor refactor of the recipe bumper tool that separates update concerns * Adds comment and only updates the sha256 field when the build flag is unspecified * Fixes bug in from_recipe() function that reports the wrong source path for non-list source sections * Adds unit test edge case for from_recipe() that parses recipe files with a single value in a source list * Adds a new python plugin to fail a test if it reaches out to the network * Adds a new python plugin to fail a test if it reaches out to the network * Adds HTTP mocking to test_bump_recipe_cli * Adds missing test dependency
- Loading branch information
1 parent
4936ed0
commit 39ea454
Showing
12 changed files
with
403 additions
and
47 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
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 |
---|---|---|
|
@@ -46,6 +46,7 @@ test: | |
- pip | ||
- pytest | ||
- pytest-xdist | ||
- pytest-socket | ||
- pyfakefs | ||
commands: | ||
- pip check | ||
|
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
Oops, something went wrong.