Fix start method name in logging propagation test

spawn_backend_table
Tyler Goodlet 2022-10-09 18:22:55 -04:00
parent 7e5bb0437e
commit 4d808757a6
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ def test_loglevel_propagated_to_subactor(
capfd, capfd,
arb_addr, arb_addr,
): ):
if start_method == 'forkserver': if start_method == 'mp_forkserver':
pytest.skip( pytest.skip(
"a bug with `capfd` seems to make forkserver capture not work?") "a bug with `capfd` seems to make forkserver capture not work?")