We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2b09c commit 7a5a70bCopy full SHA for 7a5a70b
pyproject.toml
@@ -135,6 +135,7 @@ addopts = "--ignore=openpilot/ --ignore=opendbc/ --ignore=panda/ --ignore=rednos
135
cpp_files = "test_*"
136
cpp_harness = "selfdrive/test/cpp_harness.py"
137
python_files = "test_*.py"
138
+asyncio_default_fixture_loop_scope = "function"
139
#timeout = "30" # you get this long by default
140
markers = [
141
"slow: tests that take awhile to run and can be skipped with -m 'not slow'",
0 commit comments