okfn / ckanext-s3filestore

Use Amazon S3 as a filestore for CKAN
GNU Affero General Public License v3.0
14 stars 34 forks source link

Tests run slow with httpretty 0.8.3 installed #3

Closed brew closed 8 years ago

brew commented 8 years ago

This extension doesn't use it directly (the mocks3 library, moto, uses it), but it seems the version of httpretty used by ckan is causing ckanext-s3filestore tests to run very very slowly (20+ mins for six tests). Downgrading to the version previously used by ckan, 0.6.2, allows the test to run faster again. Upgrading httpretty to the most recent version 0.8.12 causes other errors.

brew commented 8 years ago

Fixed in #8.