uktrade / stream-read-xbrl

Python package to parse Companies House accounts data in a streaming way
https://stream-read-xbrl.docs.trade.gov.uk/
MIT License
17 stars 2 forks source link

tests: replace mock_s3 with mock_aws #176

Closed michalc closed 2 months ago

michalc commented 2 months ago

From https://github.com/getmoto/moto/blob/master/CHANGELOG.md about moto 5.0.0

  • All decorators have been replaced with a single decorator: mock_aws

And so also requiring a the more recent version of moto as well.