From ebb6d22edec228bbaae8d30280618f696e97d62a Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Wed, 4 Sep 2024 14:11:29 -0700 Subject: [PATCH] Revert "pytest: add default fixture option for pytest-asyncio" This reverts commit 81b081bbc226cf526c79efc8ff45fd6bfd93c8c1. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) 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" ]