From 0933b8acb2de977d20d69c0d36531ccffa3f7724 Mon Sep 17 00:00:00 2001 From: Renato Valenzuela Date: Tue, 4 Nov 2025 23:51:24 +0000 Subject: [PATCH] test: ignore Boto3 deprecation warning in Python3.9 --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytest.ini b/pytest.ini index a83694b93..c9d902448 100644 --- a/pytest.ini +++ b/pytest.ini @@ -22,3 +22,5 @@ filterwarnings = ignore::DeprecationWarning:urllib3.*: # https://github.com/boto/boto3/issues/3889 ignore:datetime.datetime.utcnow + # Boto3 will stop supporting Python3.9 starting April 29, 2026 + ignore:Boto3 will no longer support Python 3.9:boto3.exceptions.PythonDeprecationWarning