mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Relax filterwarning to comply with envs where boto3 is not installed
This commit is contained in:
parent
8c4be82edc
commit
2ead6b425b
1 changed files with 1 additions and 1 deletions
|
|
@ -43,4 +43,4 @@ filterwarnings =
|
|||
ignore:pkg_resources is deprecated as an API:DeprecationWarning:pkg_resources
|
||||
ignore:Python 3.7 support will be dropped:PendingDeprecationWarning
|
||||
ignore:datetime.utcfromtimestamp\(\) is deprecated:DeprecationWarning:pytz.tzinfo
|
||||
ignore:Boto3 will no longer support Python 3.7:boto3.exceptions.PythonDeprecationWarning
|
||||
ignore:Boto3 will no longer support Python 3.7
|
||||
|
|
|
|||
Loading…
Reference in a new issue