terricain / aioboto3

Wrapper to use boto3 resources with the aiobotocore async backend
Apache License 2.0
719 stars 74 forks source link

Updated aiobotocore #272

Closed dacevedo12 closed 2 years ago

dacevedo12 commented 2 years ago

Closes #269

dacevedo12 commented 2 years ago

@terrycain Not sure if this change was the cause of the CI failure. Looks more related to a problem with the testing setup but I could be wrong

No big changes from 2.3.0 to 2.3.4.

wdyt?

terricain commented 2 years ago

Odd, github normally closes this. I've merged it manually :)

So it turns out, pytest-asyncio was updated, which now defaults to some "strict mode" which meant none of the async pytest fixtures were being used, hence all the test failures.

https://github.com/terrycain/aioboto3/commit/07d6cea1214a9bb6529f334e375134554ad7ab58#diff-e52e4ddd58b7ef887ab03c04116e676f6280b824ab7469d5d3080e5cba4f2128R67 < e.g. here

terricain commented 2 years ago

https://pypi.org/project/aioboto3/10.0.0/ is out, thanks :smile: