Skip to content

Commit

Permalink
Fix pytest config
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-zk committed Sep 17, 2024
1 parent 3416bf8 commit 0dab54c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,3 @@ dependencies = [
[project.urls]
"Homepage" = "https://github.com/sk-zk/streetlevel"
"Bug Tracker" = "https://github.com/sk-zk/streetlevel/issues"

[tool.pytest.ini_options]
asyncio_mode = "auto"
1 change: 1 addition & 0 deletions tests/pytest.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[pytest]
asyncio_mode=auto
asyncio_default_fixture_loop_scope=function

0 comments on commit 0dab54c

Please sign in to comment.