aio-libs / aiobotocore

asyncio support for botocore library using aiohttp
https://aiobotocore.aio-libs.org
Apache License 2.0
1.19k stars 183 forks source link

Align dev dependencies and linting with upstream #1049

Closed jakob-keller closed 1 year ago

jakob-keller commented 1 year ago

Description of Change

Dev dependencies and linting deviate significantly between botocore (upstream) and aiobotocore. This PR works towards alignment by:

codecov[bot] commented 1 year ago

Codecov Report

Merging #1049 (e84b536) into master (718e40b) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #1049   +/-   ##
=======================================
  Coverage   86.38%   86.39%           
=======================================
  Files          60       60           
  Lines        5803     5805    +2     
=======================================
+ Hits         5013     5015    +2     
  Misses        790      790           
Flag Coverage Δ
unittests 86.39% <100.00%> (+<0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
aiobotocore/credentials.py 88.62% <ø> (ø)
aiobotocore/session.py 78.84% <100.00%> (ø)
tests/boto_tests/test_credentials.py 98.22% <ø> (ø)
tests/python3.8/boto_tests/test_signers.py 100.00% <ø> (ø)
tests/test_config.py 100.00% <ø> (ø)
tests/test_patches.py 95.91% <ø> (ø)
tests/test_session.py 100.00% <ø> (ø)
tests/test_version.py 95.37% <100.00%> (+0.08%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

thehesiod commented 1 year ago

wow, u da man