diff --git a/tests/devx/conftest.py b/tests/devx/conftest.py index f7d336eb..c62dc4a1 100644 --- a/tests/devx/conftest.py +++ b/tests/devx/conftest.py @@ -56,6 +56,7 @@ type PexpectSpawner = Callable[ @pytest.fixture def spawn( start_method: str, + loglevel: str, testdir: pytest.Pytester, reg_addr: tuple[str, int], @@ -67,11 +68,12 @@ def spawn( ''' supported_spawners: set[str] = { 'trio', - # ?TODO, other spawners that will work? - # - [ ] need to pass `start_method={spawner}` to underlying - # `examples/debugging/