Skip to content

Commit

Permalink
fake configs in tox.ini so tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
ebellm committed Jan 8, 2025
1 parent 61f0dce commit b43ecd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ deps =
-r{toxinidir}/requirements/main.txt
-r{toxinidir}/requirements/dev.txt
setenv =
TASSO_DATABASE_URL=127.0.0.1
TASSO_DATABASE_USER=tasso
TASSO_DATABASE_URL=postgresql://tasso@localhost:5432/tasso
TASSO_DATABASE_PASSWORD=INSECURE-PASSWORD
commands =
pytest --cov=tasso --cov-branch --cov-report= {posargs}
Expand Down

0 comments on commit b43ecd2

Please sign in to comment.