motor/pytest.ini
2023-08-23 15:52:07 -05:00

16 lines
611 B
INI

[pytest]
testpaths =
test
addopts = -ra --junitxml=xunit-results/TEST-results.xml
filterwarnings =
error
ignore:Bare functions are deprecated, use async ones:DeprecationWarning
ignore:Application.make_handler:DeprecationWarning
ignore:unclosed <socket.socket:ResourceWarning
ignore:unclosed event loop:ResourceWarning
ignore: The fetch_next property is deprecated:DeprecationWarning
ignore:The next_object method is deprecated:DeprecationWarning
ignore:unclosed <ssl.SSLSocket:ResourceWarning
ignore:datetime.utcfromtimestamp:DeprecationWarning
ignore:datetime.utcnow:DeprecationWarning