Commit 89f7aecd authored by Jamie Wilkinson's avatar Jamie Wilkinson
Browse files

Install boto3 and uncomment tests.

parent cf349dd9
pytest
boto3==1.7.36
boto3
pycurl==7.43.0.2
python3-ldap
python-ldap
......
#!/usr/bin/python -B
#!/usr/bin/python3
#
# Copyright 2007 Google Inc.
#
......@@ -49,10 +49,7 @@ from nss_cache.sources.source_factory_test import *
from nss_cache.sources.consulsource_test import *
from nss_cache.sources.httpsource_test import *
from nss_cache.sources.ldapsource_test import *
try:
from nss_cache.sources.s3source_test import *
except ImportError:
pass
from nss_cache.sources.s3source_test import *
from nss_cache.update.updater_test import *
from nss_cache.update.map_updater_test import *
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment