Skip to content

Commit

Permalink
move asyncio-mode configuration to pyproject toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanrfrazier committed Sep 11, 2023
1 parent b76e4af commit a27d5e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,5 @@ show_error_context = true
[tool.pytest.ini_options]
testpaths = [
"pytests",
]
]
asyncio_mode = "auto"
2 changes: 0 additions & 2 deletions python/pytests/pytest.ini

This file was deleted.

0 comments on commit a27d5e6

Please sign in to comment.