Flip back to default `pytest` capture for CI

(cherry picked from commit 22cdf15b73)
(cherry picked from commit 781abf7558)
trionics_start_or_cancel
Gud Boi 2026-04-29 15:03:26 -04:00
parent 8c6b7fdb31
commit 3dc3f8401c
1 changed files with 5 additions and 1 deletions

View File

@ -148,9 +148,13 @@ jobs:
- name: Run tests - name: Run tests
run: > run: >
uv run uv run
pytest tests/ -rsx pytest
tests/
-rsx
--spawn-backend=${{ matrix.spawn_backend }} --spawn-backend=${{ matrix.spawn_backend }}
--tpt-proto=${{ matrix.tpt_proto }} --tpt-proto=${{ matrix.tpt_proto }}
--capture=fd
# ^XXX^ can't work with --spawn-method=main_thread_forkserver
# XXX legacy NOTE XXX # XXX legacy NOTE XXX
# #