Skip to content

Commit 626a499

Browse files
committed
fix: restore asyncio_mode setting in pytest configuration
1 parent f4d0be4 commit 626a499

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,4 @@ show_error_codes = true
302302
ignore_errors = true
303303

304304
[tool.pytest.ini_options]
305-
asyncio_mode = "auto"
306-
307-
[tool.basedpyright]
308-
typeCheckingMode = "strict"
305+
asyncio_mode = "auto"

0 commit comments

Comments
 (0)