mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-28 10:52:16 +00:00
Try ignoring some third party deprecation warnings
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
[pytest]
|
[pytest]
|
||||||
DJANGO_SETTINGS_MODULE = PyRIGS.settings
|
DJANGO_SETTINGS_MODULE = PyRIGS.settings
|
||||||
# FAIL_INVALID_TEMPLATE_VARS = True
|
# FAIL_INVALID_TEMPLATE_VARS = True
|
||||||
|
filterwarnings =
|
||||||
|
ignore:.*site-packages.*:DeprecationWarning
|
||||||
|
|||||||
Reference in New Issue
Block a user