From 22cdf15b730aa35d998a8460e999d32cdb24f79d Mon Sep 17 00:00:00 2001 From: goodboy Date: Wed, 29 Apr 2026 15:03:26 -0400 Subject: [PATCH] Flip back to default `pytest` capture for CI --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea5b9811..6eff3bcb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -148,9 +148,13 @@ jobs: - name: Run tests run: > uv run - pytest tests/ -rsx + pytest + tests/ + -rsx --spawn-backend=${{ matrix.spawn_backend }} --tpt-proto=${{ matrix.tpt_proto }} + --capture=fd + # ^XXX^ can't work with --spawn-method=main_thread_forkserver # XXX legacy NOTE XXX #