From 7198eef792ff984297030ebb07cf1c163f80c2df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com> Date: Sun, 21 Oct 2018 10:35:37 +0200 Subject: [PATCH] Ignore pytest internal warnings --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 5a9b2e2..21c44e3 100644 --- a/pytest.ini +++ b/pytest.ini @@ -3,3 +3,4 @@ DJANGO_SETTINGS_MODULE = olapp.settings python_files = tests.py test_*.py *_tests.py env = SECRET_KEY=justForTests +addopts = -p no:warnings -- GitLab