diff --git a/s3tests/functional/__init__.py b/s3tests/functional/__init__.py index 5b4a6af..2b25d82 100644 --- a/s3tests/functional/__init__.py +++ b/s3tests/functional/__init__.py @@ -71,6 +71,9 @@ def nuke_prefixed_buckets(prefix): print 'Done with cleanup of test buckets.' +# nosetests --processes=N with N>1 is safe +_multiprocess_can_split_ = True + def setup(): cfg = ConfigParser.RawConfigParser()