This commit is contained in:
Chuck Thier
2011-03-03 20:47:23 +00:00
parent 4a27b7e299
commit 6c892ad1c7

View File

@@ -24,10 +24,8 @@ import xml.dom.minidom
import simplejson
from nose.plugins.skip import SkipTest
from swift.common.middleware import swift3
try:
import boto.s3
from swift.common.middleware import swift3
skip = False
except Exception:
# Skip the swift3 tests if boto is not installed