Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mpasternak committed Jul 9, 2023
1 parent fbcb84e commit 11b12b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@ deps =
pytest-django
pytest-cov
develop = true
commands = pytest --cov password_policies --ds=password_policies.tests.test_settings password_policies/tests/ -s
toxworkdir=/tmp/.tox
setenv =
PY_IGNORE_IMPORTMISMATCH=1
commands =
pytest --cov password_policies --ds=password_policies.tests.test_settings password_policies/tests/ -s

0 comments on commit 11b12b5

Please sign in to comment.