You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2025. It is now read-only.
switch to pytest and fix#157
- Fix#157: catch pydoc.ErrorDuringImport
- Remove runtests.py and use pytest instead
- Add Python 3.8 to test matrix
- Update copyright note in readme
- Add deprecation warning for using BotoStrategy
imlement strategy abstraction
Large rewrite to simplify implementing support for more storage backends.
Introduces a `Strategy` abstraction that can be subclassed to implement support
for different storage backends and needs.
Misc.:
- Remove --ignore-etag option
- Get rid of wrapping quotes in hashes, bump cache key version
- Command tests now run with both boto and boto3