Update pytest config
This commit is contained in:
parent
5c3ed10a26
commit
6012d4d59d
|
|
@ -1,2 +1,4 @@
|
||||||
[pytest]
|
[pytest]
|
||||||
DJANGO_SETTINGS_MODULE = core.settings_test
|
DJANGO_SETTINGS_MODULE = core.settings_test
|
||||||
|
filterwarnings =
|
||||||
|
ignore::DeprecationWarning
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue