Skip to content

Commit 4bf77dc

Browse files
committed
tests: filter warnings related to EOL Python
1 parent 964992d commit 4bf77dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/google-cloud-documentai-toolbox

packages/google-cloud-documentai-toolbox/pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ filterwarnings =
1717
ignore:The python-bigquery library will stop supporting Python 3.7 and Python 3.8:PendingDeprecationWarning
1818
# This error is expected for python versions that approach EOL
1919
ignore:.*Please upgrade to the latest Python version.*:FutureWarning
20+
ignore:(?s).*using a Python version.*past its end of life.*:FutureWarning

0 commit comments

Comments
 (0)