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 b1a8b63 commit a1037dcCopy full SHA for a1037dc
tox.ini
@@ -909,7 +909,7 @@ commands =
909
; Running `pytest` as an executable suffers from an import error
910
; when loading tests in scenarios. In particular, django fails to
911
; load the settings from the test module.
912
- python -m pytest {env:TESTPATH} -o junit_suite_name={envname} {posargs}
+ python -m pytest -W error::pytest.PytestUnraisableExceptionWarning {env:TESTPATH} -o junit_suite_name={envname} {posargs}
913
914
[testenv:linters]
915
commands =
0 commit comments