root: match warning exclusions in pytest
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
5736a1542c
commit
1a5b626f96
|
@ -107,6 +107,10 @@ DJANGO_SETTINGS_MODULE = "authentik.root.settings"
|
|||
python_files = ["tests.py", "test_*.py", "*_tests.py"]
|
||||
junit_family = "xunit2"
|
||||
addopts = "-p no:celery --junitxml=unittest.xml"
|
||||
filterwarnings = [
|
||||
"ignore:defusedxml.lxml is no longer supported and will be removed in a future release.:DeprecationWarning",
|
||||
"ignore:SelectableGroups dict interface is deprecated. Use select.:DeprecationWarning",
|
||||
]
|
||||
|
||||
[tool.poetry]
|
||||
name = "authentik"
|
||||
|
|
Reference in New Issue