Skip to content

Commit bf24117

Browse files
mrm9084Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent a2aebae commit bf24117

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[tool.pytest.ini_options]
22
asyncio_mode = "auto"
33
addopts = "--import-mode=importlib"
4-
5-
[tool.pytest.ini_options.markers]
6-
asyncio = "mark a test as an asyncio test"
4+
markers = [
5+
"asyncio: mark a test as an asyncio test",
6+
]
77
pythonpath = [
88
"."
99
]

0 commit comments

Comments
 (0)