Skip to content

Commit

Permalink
ci: comment out sensitive environment variables in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
derkweijers committed Jan 20, 2025
1 parent 38fd632 commit bd92b31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ exclude_dirs = ["tests/", ".github/", ".venv/"]
[tool.pytest.ini_options]
DJANGO_SETTINGS_MODULE = "snapy.settings"
env = [
"SECRET_KEY=dummy-secret-key",
"DATABASE_URL=sqlite://:memory:",
"DEBUG=True",
# "SECRET_KEY=dummy-secret-key",
# "DATABASE_URL=sqlite://:memory:",
# "DEBUG=True",
]

[build-system]
Expand Down

0 comments on commit bd92b31

Please sign in to comment.