From 955269832dd0b374852e2ff3437a38f75d2a0402 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Fri, 15 May 2026 12:49:04 +0100 Subject: [PATCH] Add .ini changes but commented out, will be useful at times --- tests/pytest.ini | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/tests/pytest.ini b/tests/pytest.ini index fea8f228..a89759ab 100644 --- a/tests/pytest.ini +++ b/tests/pytest.ini @@ -17,9 +17,12 @@ markers = contract: marks tests as contract tests (service interface validation) vertexai: marks tests as vertex ai specific tests asyncio: marks tests that use asyncio -filterwarnings = - ignore:Core Pydantic V1 functionality isn't compatible with Python 3.14.*:UserWarning - ignore:builtin type SwigPyPacked has no __module__ attribute:DeprecationWarning - ignore:builtin type SwigPyObject has no __module__ attribute:DeprecationWarning - ignore:builtin type swigvarlink has no __module__ attribute:DeprecationWarning - ignore:.*_UnionGenericAlias.*is deprecated and slated for removal in Python 3.17:DeprecationWarning \ No newline at end of file +# This is helpful if you're bored with deprecationwarnings. I prefer to +# keep the warnings for now, it avoids masking problems. +# +# filterwarnings = +# ignore:Core Pydantic V1 functionality isn't compatible with Python 3.14.*:UserWarning +# ignore:builtin type SwigPyPacked has no __module__ attribute:DeprecationWarning +# ignore:builtin type SwigPyObject has no __module__ attribute:DeprecationWarning +# ignore:builtin type swigvarlink has no __module__ attribute:DeprecationWarning +# ignore:.*_UnionGenericAlias.*is deprecated and slated for removal in Python 3.17:DeprecationWarning