Skip to content

Commit cbd30ef

Browse files
committed
.
1 parent df218ab commit cbd30ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ commands =
838838
; Running `pytest` as an executable suffers from an import error
839839
; when loading tests in scenarios. In particular, django fails to
840840
; load the settings from the test module.
841-
python -m pytest -W error::pytest.PytestUnraisableExceptionWarning {env:TESTPATH} -o junit_suite_name={envname} {posargs}
841+
python -m pytest -W error::pytest.PytestUnraisableExceptionWarning {env:TESTPATH} -- tests/test_client.py::test_databag_depth_stripping
842842

843843
[testenv:linters]
844844
commands =

0 commit comments

Comments
 (0)