Skip to content

Commit ad8d3bc

Browse files
committed
test: usedevelop instead of set -e
1 parent ba86fa3 commit ad8d3bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ addopts = --cov src --cov tests --cov-report term-missing --cov-report xml
3535
norecursedirs = .* docs requirements site-packages
3636

3737
[testenv]
38+
usedevelop = True
3839
deps =
3940
setuptools
4041
django42: Django>=4.2,<5.0
4142
django52: Django>=5.2,<6.0
42-
-e {toxinidir}
4343
-r{toxinidir}/requirements/test.txt
4444
setenv =
4545
# Note that the django32/django42 targets use MySQL, but running pytest by

0 commit comments

Comments
 (0)