Relax filterwarning to comply with envs where boto3 is not installed

This commit is contained in:
Adrien Ferrand 2023-08-14 22:18:55 +02:00
parent 8c4be82edc
commit 2ead6b425b

View file

@ -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