Skip to content

Commit

Permalink
pytest env: try without spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Oct 12, 2024
1 parent 8cc79e7 commit a07ca14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ write_to = "src/nsupdate/_version.py"
[tool.pytest.ini_options]
markers = ["requires_sequential"]
env = [
"DJANGO_SETTINGS_MODULE = nsupdate.settings.dev",
"DJANGO_SETTINGS_MODULE=nsupdate.settings.dev",
]

[tool.flake8]
Expand Down

0 comments on commit a07ca14

Please sign in to comment.