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