-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(aws): include deprecated aws pro fips images (CPC-3030)
There are instances where all AWS PRO FIPS marketplace images are deprecated for a given series and pycloudlib was not able to locate them. Bump pycloudlib to 1!5.6.0 and instruct it to include deprecated in that lookup.
- Loading branch information
1 parent
f4591af
commit fd05d80
Showing
2 changed files
with
11 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
behave | ||
jsonschema | ||
PyHamcrest | ||
pycloudlib==1!5.0.0 | ||
pycloudlib==1!5.6.0 | ||
toml==0.10 | ||
|
||
ipdb | ||
|