Skip to content

Commit

Permalink
Fix pytest config
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Apr 26, 2023
1 parent 66ddbcd commit 8a7618c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ target-version = ['py38', 'py39']
include = '\.pyi?$'

[tool.pytest.ini_options]
DJANGO_SETTINGS_MODULE = "lemarche.settings.test"
DJANGO_SETTINGS_MODULE = "config.settings.test"
python_files = "tests*.py"

[tool.poe.tasks]
export = { shell = "poetry export --without-hashes --output requirements/staging.txt" }
Expand Down

0 comments on commit 8a7618c

Please sign in to comment.