chore(pytest.ini): add filterwarnings to suppress specific warnings during test execution
This commit is contained in:
@@ -4,4 +4,10 @@ python_files = test_*.py
|
|||||||
python_functions = test_*
|
python_functions = test_*
|
||||||
asyncio_mode = auto
|
asyncio_mode = auto
|
||||||
asyncio_default_fixture_loop_scope = function
|
asyncio_default_fixture_loop_scope = function
|
||||||
|
filterwarnings =
|
||||||
|
ignore::ResourceWarning
|
||||||
|
ignore::pytest.PytestUnhandledThreadExceptionWarning
|
||||||
|
ignore:Duplicate name:UserWarning:zipfile
|
||||||
|
ignore:coroutine 'AsyncMockMixin._execute_mock_call' was never awaited:RuntimeWarning
|
||||||
|
ignore:coroutine 'sleep' was never awaited:RuntimeWarning
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user