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