Skip to content

Commit

Permalink
pytest: add default fixture option for pytest-asyncio
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Sep 4, 2024
1 parent 936bd83 commit 81b081b
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 @@ -41,6 +41,7 @@ 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"
]
Expand Down

0 comments on commit 81b081b

Please sign in to comment.