Skip to content

Commit 25811cc

Browse files
committed
Fix, maybe
1 parent 11b12b5 commit 25811cc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tox.ini

+2-4
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ deps =
2626
pytest
2727
pytest-django
2828
pytest-cov
29-
develop = true
30-
toxworkdir=/tmp/.tox
31-
setenv =
32-
PY_IGNORE_IMPORTMISMATCH=1
29+
# package = editable
30+
use_develop = true
3331
commands =
3432
pytest --cov password_policies --ds=password_policies.tests.test_settings password_policies/tests/ -s

0 commit comments

Comments
 (0)