ignore setup.py for test collection
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
		@ -233,7 +233,7 @@ show_missing = true
 | 
			
		||||
DJANGO_SETTINGS_MODULE = "authentik.root.settings"
 | 
			
		||||
python_files = ["tests.py", "test_*.py", "*_tests.py"]
 | 
			
		||||
junit_family = "xunit2"
 | 
			
		||||
addopts = "-p authentik.root.test_plugin --junitxml=unittest.xml -vv --full-trace --doctest-modules --import-mode=importlib"
 | 
			
		||||
addopts = "-p authentik.root.test_plugin --junitxml=unittest.xml -vv --full-trace --doctest-modules --import-mode=importlib --ignore=authentik/tasks/setup.py"
 | 
			
		||||
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",
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user