MozillaSecurity / funfuzz

A collection of fuzzers in a harness for testing the SpiderMonkey JavaScript engine.
Mozilla Public License 2.0
630 stars 115 forks source link

[funfuzz] Move to boto3 from boto #182

Open nth10sd opened 6 years ago

nth10sd commented 6 years ago

We only have significant boto usage in s3cache. However, the upgrade does not seem as straightforward as it seems. The good news is there is a slight chance boto should still work in Python 3.5 when we do move there.

nth10sd commented 6 years ago

There is a moto PyPI package to allow tests to mock the boto/boto3 library.