From 5b59ca679a0a208d5cb24e8951dd7ff93abc0fd7 Mon Sep 17 00:00:00 2001 From: JRoot Junior Date: Thu, 16 Nov 2023 12:40:52 +0200 Subject: [PATCH] Ignore PytestUnraisableExceptionWarning again --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 5e1f01a7..0557223b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -239,6 +239,7 @@ testpaths = [ ] filterwarnings = [ "error", + "ignore::pytest.PytestUnraisableExceptionWarning", ] [tool.coverage.run]