From b6fa990a3c22e5a8d9a2db7c978e5a2fc17b4cf4 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 4 Apr 2022 16:39:48 +0200 Subject: [PATCH] ignore warnings for the moment The ideal way would be to only ignore the specific message but I can't get it to work. --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index fe55d2e..ab1c532 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,3 @@ [pytest] junit_family=xunit2 +addopts = -p no:warnings \ No newline at end of file