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 =
429
429
; Running `pytest` as an executable suffers from an import error
430
430
; when loading tests in scenarios. In particular, django fails to
431
431
; 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}
433
433
434
434
[testenv:linters]
435
435
commands =
Original file line number Diff line number Diff line change 10
10
# The file (and all resulting CI YAMLs) then need to be regenerated via
11
11
# "scripts/generate-test-files.sh".
12
12
#
13
- # Last generated: 2025-09-02T10:59:55.249513 +00:00
13
+ # Last generated: 2025-09-02T12:34:09.591543 +00:00
14
14
15
15
[tox]
16
16
requires =
@@ -909,7 +909,7 @@ commands =
909
909
; Running `pytest` as an executable suffers from an import error
910
910
; when loading tests in scenarios. In particular, django fails to
911
911
; 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}
913
913
914
914
[testenv:linters]
915
915
commands =
You can’t perform that action at this time.
0 commit comments