From 40f8529e907fd8ed26a093f40c14e743d399172e Mon Sep 17 00:00:00 2001 From: ff137 Date: Mon, 12 Feb 2024 22:53:09 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20ignore=20pytest=20unraisable=20e?= =?UTF-8?q?xception=20warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ff137 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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]