mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-24 19:32:53 +03:00
Silence our own deprecation warning when running the tests
This commit is contained in:
parent
84beade9e0
commit
25259b8469
@ -3,3 +3,5 @@ DJANGO_SETTINGS_MODULE=settings
|
|||||||
testpaths=tests
|
testpaths=tests
|
||||||
addopts=-m "not benchmark"
|
addopts=-m "not benchmark"
|
||||||
junit_family=legacy
|
junit_family=legacy
|
||||||
|
filterwarnings=
|
||||||
|
ignore::DeprecationWarning:localized_fields.fields.autoslug_field
|
||||||
|
Loading…
x
Reference in New Issue
Block a user