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/