Flip back to default `pytest` capture for CI

subint_forkserver_backend
Gud Boi 2026-04-29 15:03:26 -04:00
parent 532a9834f3
commit 22cdf15b73
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
# #