From 2917b74ba4dbdee2bfda5d3a28bb5b76a10ff0bc Mon Sep 17 00:00:00 2001 From: goodboy Date: Wed, 29 Apr 2026 12:49:36 -0400 Subject: [PATCH] Add todo for running `test_debugger` suite on forkserver spawner --- tests/devx/conftest.py | 36 +++++++++++++++++++++++++++++++----- 1 file changed, 31 insertions(+), 5 deletions(-) diff --git a/tests/devx/conftest.py b/tests/devx/conftest.py index 747c859d..f7d336eb 100644 --- a/tests/devx/conftest.py +++ b/tests/devx/conftest.py @@ -65,9 +65,18 @@ def spawn( run an `./examples/..` script by name. ''' - if start_method != 'trio': + supported_spawners: set[str] = { + 'trio', + # ?TODO, other spawners that will work? + # - [ ] need to pass `start_method={spawner}` to underlying + # `examples/debugging/