diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2014-01-10 17:17:06 -0800 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2014-01-10 17:17:06 -0800 |
commit | 5cdaaee97ea850adc75a4e88dbd2578c84bded51 (patch) | |
tree | 61ff02248f3857ce165115fb17b98deb7585cad9 /Requires | |
parent | 6c7e09cc8ab6955fe2c03a925d74ebdce19e7b56 (diff) | |
download | vyos-cloud-init-5cdaaee97ea850adc75a4e88dbd2578c84bded51.tar.gz vyos-cloud-init-5cdaaee97ea850adc75a4e88dbd2578c84bded51.zip |
Add ec2 utils tests and httpretty requirement for http mocking
Diffstat (limited to 'Requires')
-rw-r--r-- | Requires | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -29,8 +29,8 @@ argparse # Requests handles ssl correctly! requests -# Boto for ec2 -boto - # For patching pieces of cloud-config together jsonpatch + +# For http testing (only needed for testing) +httpretty>=0.7.1 |