Skip to content

Commit 25259b8

Browse files
committed
Silence our own deprecation warning when running the tests
1 parent 84beade commit 25259b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest.ini

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ DJANGO_SETTINGS_MODULE=settings
33
testpaths=tests
44
addopts=-m "not benchmark"
55
junit_family=legacy
6+
filterwarnings=
7+
ignore::DeprecationWarning:localized_fields.fields.autoslug_field

0 commit comments

Comments
 (0)