From 874b8ef37ae85d187760084655db485605aafa5f Mon Sep 17 00:00:00 2001 From: Arona Jones Date: Thu, 28 Jan 2021 18:05:46 +0000 Subject: [PATCH] Try ignoring some third party deprecation warnings --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytest.ini b/pytest.ini index 8f8bc103..edffa6da 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,5 @@ [pytest] DJANGO_SETTINGS_MODULE = PyRIGS.settings # FAIL_INVALID_TEMPLATE_VARS = True +filterwarnings = + ignore:.*site-packages.*:DeprecationWarning