mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-08 21:02:12 +02:00
Add .ini changes but commented out, will be useful at times
This commit is contained in:
parent
3a31282934
commit
955269832d
1 changed files with 9 additions and 6 deletions
|
|
@ -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
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue