Skip to content

Commit 7a5a70b

Browse files
pytest: add default fixture option for pytest-asyncio (#33442)
add default old-commit-hash: ffc089c
1 parent bd2b09c commit 7a5a70b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ addopts = "--ignore=openpilot/ --ignore=opendbc/ --ignore=panda/ --ignore=rednos
135135
cpp_files = "test_*"
136136
cpp_harness = "selfdrive/test/cpp_harness.py"
137137
python_files = "test_*.py"
138+
asyncio_default_fixture_loop_scope = "function"
138139
#timeout = "30" # you get this long by default
139140
markers = [
140141
"slow: tests that take awhile to run and can be skipped with -m 'not slow'",

0 commit comments

Comments
 (0)