We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df218ab commit cbd30efCopy full SHA for cbd30ef
tox.ini
@@ -838,7 +838,7 @@ commands =
838
; Running `pytest` as an executable suffers from an import error
839
; when loading tests in scenarios. In particular, django fails to
840
; load the settings from the test module.
841
- python -m pytest -W error::pytest.PytestUnraisableExceptionWarning {env:TESTPATH} -o junit_suite_name={envname} {posargs}
+ python -m pytest -W error::pytest.PytestUnraisableExceptionWarning {env:TESTPATH} -- tests/test_client.py::test_databag_depth_stripping
842
843
[testenv:linters]
844
commands =
0 commit comments