summaryrefslogtreecommitdiff
path: root/tests/unittests/test_ec2_util.py
AgeCommit message (Collapse)Author
2014-01-17drop requirement on boto for its boto.utils.get_instance_metadata()Scott Moser
We had a requirement on boto only to use boto.utils.get_instance_metadata(). That had actually caused some pain in the past. This removes a Requires and also one that wasn't python3.
2014-01-10Add ec2 utils tests and httpretty requirement for http mockingJoshua Harlow