Skip to content

Commit da7dc7f

Browse files
committed
chore: remove async to prevent pytest warning
1 parent 3180763 commit da7dc7f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ build-backend = "pdm.backend"
103103
pythonpath = ["."]
104104
addopts = "-v"
105105
testpaths = ["tests"]
106-
asyncio_mode = "auto"
107-
markers = ["asyncio: mark test as async"]
108106

109107
[tool.mypy]
110108
python_version = "3.11"

0 commit comments

Comments
 (0)