Flip back to default `pytest` capture for CI
parent
532a9834f3
commit
22cdf15b73
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue