We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d290d72 commit 0933b8aCopy full SHA for 0933b8a
pytest.ini
@@ -22,3 +22,5 @@ filterwarnings =
22
ignore::DeprecationWarning:urllib3.*:
23
# https://github.com/boto/boto3/issues/3889
24
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