fix: pytest uses default settings (because they exist)

This commit is contained in:
selfhoster1312 2025-03-04 17:55:37 +01:00 committed by Alexis Metaireau
parent 6b9e3a6e96
commit bb47f19904

View file

@ -50,7 +50,7 @@ dev = [
] ]
[tool.pytest.ini_options] [tool.pytest.ini_options]
DJANGO_SETTINGS_MODULE = "local_settings" DJANGO_SETTINGS_MODULE = "la_chariotte.settings"
addopts = "-x --ff --isort --black --reuse-db --cov-report xml --cov-report term-missing --cov=la_chariotte -p no:warnings" addopts = "-x --ff --isort --black --reuse-db --cov-report xml --cov-report term-missing --cov=la_chariotte -p no:warnings"
isort_ignore = ["*migrations/*.py"] isort_ignore = ["*migrations/*.py"]