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