File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -429,7 +429,7 @@ commands =
429429 ; Running `pytest` as an executable suffers from an import error
430430 ; when loading tests in scenarios. In particular, django fails to
431431 ; load the settings from the test module.
432- python -m pytest {env:TESTPATH} -o junit_suite_name={envname} {posargs}
432+ python -m pytest -W error::pytest.PytestUnraisableExceptionWarning {env:TESTPATH} -o junit_suite_name={envname} {posargs}
433433
434434[testenv:linters]
435435commands =
Original file line number Diff line number Diff line change 1010# The file (and all resulting CI YAMLs) then need to be regenerated via
1111# "scripts/generate-test-files.sh".
1212#
13- # Last generated: 2025-09-02T10:59:55.249513 +00:00
13+ # Last generated: 2025-09-02T12:34:09.591543 +00:00
1414
1515[tox]
1616requires =
@@ -909,7 +909,7 @@ commands =
909909 ; Running `pytest` as an executable suffers from an import error
910910 ; when loading tests in scenarios. In particular, django fails to
911911 ; load the settings from the test module.
912- python -m pytest {env:TESTPATH} -o junit_suite_name ={envname} {posargs}
912+ python -m pytest -W error::pytest.PytestUnraisableExceptionWarning {env:TESTPATH} -o junit_suite_name ={envname} {posargs}
913913
914914[testenv:linters]
915915commands =
You can’t perform that action at this time.
0 commit comments