Skip to content

Commit 11b12b5

Browse files
committed
Fix tests
1 parent fbcb84e commit 11b12b5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tox.ini

+5-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,8 @@ deps =
2727
pytest-django
2828
pytest-cov
2929
develop = true
30-
commands = pytest --cov password_policies --ds=password_policies.tests.test_settings password_policies/tests/ -s
30+
toxworkdir=/tmp/.tox
31+
setenv =
32+
PY_IGNORE_IMPORTMISMATCH=1
33+
commands =
34+
pytest --cov password_policies --ds=password_policies.tests.test_settings password_policies/tests/ -s

0 commit comments

Comments
 (0)