diff --git a/pyproject.toml b/pyproject.toml index ce8d680db2..c326372233 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -143,6 +143,7 @@ filterwarnings = [ "error", 'ignore:distutils Version classes are deprecated. Use packaging.version instead.:DeprecationWarning', # Ignore specific DeprecationWarning for old packages using distutils version class 'ignore:A plugin raised an exception during an old-style hookwrapper teardown.', # Ignore PluggyTeardownRaisedWarning + 'ignore:Exception ignored in:pytest.PytestUnraisableExceptionWarning', ] [tool.coverage.run]