summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDoug Ellwanger <doug@nunahealth.com>2015-03-18 16:13:31 -0700
committerDoug Ellwanger <doug@nunahealth.com>2015-03-18 16:13:31 -0700
commit8d164d821066b771c73ce0881745b755c8560ac1 (patch)
treeaa6de65668fd85f44723137bb8dcac6a46330867 /tests
parent6e9f8a7fffad1bced211904d9119ccb8edbbf3ab (diff)
downloadboto-8d164d821066b771c73ce0881745b755c8560ac1.tar.gz
Add KMS to Python 3 test whitelist
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test.py1
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',