diff options
author | Doug Ellwanger <doug@nunahealth.com> | 2015-03-18 16:13:31 -0700 |
---|---|---|
committer | Doug Ellwanger <doug@nunahealth.com> | 2015-03-18 16:13:31 -0700 |
commit | 8d164d821066b771c73ce0881745b755c8560ac1 (patch) | |
tree | aa6de65668fd85f44723137bb8dcac6a46330867 /tests | |
parent | 6e9f8a7fffad1bced211904d9119ccb8edbbf3ab (diff) | |
download | boto-8d164d821066b771c73ce0881745b755c8560ac1.tar.gz |
Add KMS to Python 3 test whitelist
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.py b/tests/test.py index 692ed4dd..c20f35d7 100755 --- a/tests/test.py +++ b/tests/test.py @@ -52,6 +52,7 @@ PY3_WHITELIST = ( 'tests/unit/glacier', 'tests/unit/iam', 'tests/unit/ec2', + 'tests/unit/kms', 'tests/unit/logs', 'tests/unit/manage', 'tests/unit/mws', |