Skip to content

Commit

Permalink
pytest: add default fixture option for pytest-asyncio (#33442)
Browse files Browse the repository at this point in the history
add default
old-commit-hash: ffc089c
  • Loading branch information
maxime-desroches authored Sep 3, 2024
1 parent bd2b09c commit 7a5a70b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ addopts = "--ignore=openpilot/ --ignore=opendbc/ --ignore=panda/ --ignore=rednos
cpp_files = "test_*"
cpp_harness = "selfdrive/test/cpp_harness.py"
python_files = "test_*.py"
asyncio_default_fixture_loop_scope = "function"
#timeout = "30" # you get this long by default
markers = [
"slow: tests that take awhile to run and can be skipped with -m 'not slow'",
Expand Down

0 comments on commit 7a5a70b

Please sign in to comment.