From 65aff20ff1cc8917f9eb81034608aa825c5b2906 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:34:34 +0200
Subject: [PATCH] Ignore pytest internal warnings

---
 pytest.ini | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pytest.ini b/pytest.ini
index 854a7af..8a76e22 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -3,3 +3,4 @@ DJANGO_SETTINGS_MODULE = openlobby.settings
 python_files = tests.py test_*.py *_tests.py
 env =
     SECRET_KEY=justForTests
+addopts = -p no:warnings
-- 
GitLab