Skip to content

Commit 8c15e38

Browse files
committed
Merge branch 'master' into ivana/toxgen/move-arq
2 parents 66af2c9 + 9c4eb5e commit 8c15e38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/populate_tox/tox.jinja

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]
423423
commands =

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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]
1616
requires =
@@ -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]
917917
commands =

0 commit comments

Comments
 (0)