Jacob Casperson
Results
1
comments of
Jacob Casperson
I tried setting the scope in conftest using: ``` def pytest_configure(config): config.addinivalue_line("asyncio_default_fixture_loop_scope", "function") ``` But I get an assert isinstance(x, list) error, like https://github.com/pytest-dev/pytest/discussions/12174. Am I doing this wrong?