Configuration du build dev pour le projet agenda_culturel

This commit is contained in:
Jean-Marie Favreau
2023-09-16 15:15:05 +02:00
parent 016a00bf2f
commit 7e5305b47d
16 changed files with 19 additions and 18 deletions

View File

@@ -13,7 +13,7 @@ testpaths = [
]
pythonpath = [".", "src"]
python_files = "tests.py test_*.py *_tests.py"
DJANGO_SETTINGS_MODULE = "project_name.settings.test"
DJANGO_SETTINGS_MODULE = "agenda_culturel.settings.test"
filterwarnings = [
'ignore::DeprecationWarning:kombu.*:',
'ignore::DeprecationWarning:celery.*:',