diff --git a/pyproject.toml b/pyproject.toml index b744389531..945ee631e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,6 @@ examples = [ [tool.pytest.ini_options] addopts = "--ignore=panda/ -Werror --strict-config --strict-markers --durations=10 -n auto" python_files = "test_*.py" -asyncio_default_fixture_loop_scope = "function" testpaths = [ "opendbc" ]