jantman / awslimitchecker

A script and python package to check your AWS service limits and usage via boto3.
http://awslimitchecker.readthedocs.org/
GNU Affero General Public License v3.0
514 stars 188 forks source link

Python version deprecations and add 3.8 testing #444

Closed jantman closed 5 years ago

jantman commented 5 years ago

This PR fixes a number of issues related to python versions:

See the Changelog entry for details.

codecov-io commented 5 years ago

Codecov Report

Merging #444 into develop will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop   #444   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files           36     36           
  Lines         2677   2696   +19     
  Branches       410    410           
======================================
+ Hits          2677   2696   +19
Impacted Files Coverage Δ
awslimitchecker/checker.py 100% <100%> (ø) :arrow_up:
awslimitchecker/services/ec2.py 100% <0%> (ø) :arrow_up:
awslimitchecker/metrics/base.py 100% <0%> (ø) :arrow_up:
awslimitchecker/alerts/base.py 100% <0%> (ø) :arrow_up:
awslimitchecker/services/base.py 100% <0%> (ø) :arrow_up:
awslimitchecker/version.py 100% <0%> (ø) :arrow_up:
awslimitchecker/limit.py 100% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2737fad...04c1593. Read the comment docs.