mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-14 15:52:11 +02:00
test: filter upstream DeprecationWarning and UserWarning messages
This commit is contained in:
parent
287e224039
commit
7340842e5b
1 changed files with 7 additions and 1 deletions
|
|
@ -16,4 +16,10 @@ markers =
|
||||||
unit: marks tests as unit tests
|
unit: marks tests as unit tests
|
||||||
contract: marks tests as contract tests (service interface validation)
|
contract: marks tests as contract tests (service interface validation)
|
||||||
vertexai: marks tests as vertex ai specific tests
|
vertexai: marks tests as vertex ai specific tests
|
||||||
asyncio: marks tests that use asyncio
|
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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue