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 @@ -417,7 +417,7 @@ commands =
417417 ; Running `pytest` as an executable suffers from an import error
418418 ; when loading tests in scenarios. In particular, django fails to
419419 ; load the settings from the test module.
420- python -m pytest {env:TESTPATH} -o junit_suite_name={envname} {posargs}
420+ python -m pytest -W error::pytest.PytestUnraisableExceptionWarning {env:TESTPATH} -o junit_suite_name={envname} {posargs}
421421
422422[testenv:linters]
423423commands =
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-02T13:21:02.126682 +00:00
13+ # Last generated: 2025-09-02T13:35:11.790087 +00:00
1414
1515[tox]
1616requires =
@@ -911,7 +911,7 @@ commands =
911911 ; Running `pytest` as an executable suffers from an import error
912912 ; when loading tests in scenarios. In particular, django fails to
913913 ; load the settings from the test module.
914- python -m pytest {env:TESTPATH} -o junit_suite_name ={envname} {posargs}
914+ python -m pytest -W error::pytest.PytestUnraisableExceptionWarning {env:TESTPATH} -o junit_suite_name ={envname} {posargs}
915915
916916[testenv:linters]
917917commands =
You can’t perform that action at this time.
0 commit comments