Skip to content

Commit 0933b8a

Browse files
committed
test: ignore Boto3 deprecation warning in Python3.9
1 parent d290d72 commit 0933b8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ filterwarnings =
2222
ignore::DeprecationWarning:urllib3.*:
2323
# https://github.com/boto/boto3/issues/3889
2424
ignore:datetime.datetime.utcnow
25+
# Boto3 will stop supporting Python3.9 starting April 29, 2026
26+
ignore:Boto3 will no longer support Python 3.9:boto3.exceptions.PythonDeprecationWarning

0 commit comments

Comments
 (0)