diff --git a/pytest.ini b/pytest.ini index 143a359..b1ab484 100644 --- a/pytest.ini +++ b/pytest.ini @@ -3,3 +3,5 @@ DJANGO_SETTINGS_MODULE=settings testpaths=tests addopts=-m "not benchmark" junit_family=legacy +filterwarnings= + ignore::DeprecationWarning:localized_fields.fields.autoslug_field