From 4c18c64cd26ddb21f54e285159283c520c945b25 Mon Sep 17 00:00:00 2001 From: Vaclav Rehak Date: Wed, 27 Mar 2024 15:25:42 +0100 Subject: [PATCH] Enforce warnings not pass tests --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 11829c2..54d15b0 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,4 @@ [pytest] DJANGO_SETTINGS_MODULE = tests.settings addopts = --tb native +filterwarnings = error