From 2ead6b425bd7728f182602c0b85c3ce9fe2ecc1e Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Mon, 14 Aug 2023 22:18:55 +0200 Subject: [PATCH] Relax filterwarning to comply with envs where boto3 is not installed --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 50a1dc222..70985484e 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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