Flip back to default `pytest` capture for CI
(cherry picked from committooling_skills_n_config_from_mtf_dev22cdf15b73) (cherry picked from commit781abf7558)
parent
238e01a950
commit
0ef5da8d8c
|
|
@ -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