dazza-codes / aio-aws

Asyncio utils for AWS Services
Apache License 2.0
3 stars 1 forks source link

Relax aiobotocore dependency #65

Closed dazza-codes closed 2 years ago

dazza-codes commented 2 years ago

This is a minor tweak to the aiobotocore version to allow any 2.x.y release

dazza-codes commented 2 years ago

Until I can find time to replace travis-ci (due to restrictions on N-builds), the manual run of the tests is passing:

Name                          Stmts   Miss  Cover
-------------------------------------------------
aio_aws/__init__.py               2      0   100%
aio_aws/aio_aws_batch.py        396    110    72%
aio_aws/aio_aws_batch_db.py     497     68    86%
aio_aws/aio_aws_config.py        90      7    92%
aio_aws/aio_aws_lambda.py       194     85    56%
aio_aws/aio_aws_s3.py           228    116    49%
aio_aws/async_executor.py       152     64    58%
aio_aws/async_main.py            13     13     0%
aio_aws/aws_batch_db.py         105     22    79%
aio_aws/aws_batch_models.py     161     13    92%
aio_aws/logger.py                19      0   100%
aio_aws/s3_aio.py               233     22    91%
aio_aws/s3_io.py                178     16    91%
aio_aws/s3_uri.py               181     27    85%
aio_aws/utils.py                 48     10    79%
aio_aws/uuid_utils.py            29      0   100%
aio_aws/version.py                3      0   100%
-------------------------------------------------
TOTAL                          2529    573    77%
Coverage HTML written to dir htmlcov

=================== 191 passed, 6 skipped, 23 warnings in 199.24s (0:03:19) ==