Skip to content

Commit 4cac357

Browse files
committed
ci: move pytest config to pyproject.toml
1 parent 32b965e commit 4cac357

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,7 @@ version = { attr = "cve_bin_tool.version.VERSION" }
117117

118118
[tool.isort]
119119
profile = "black"
120+
121+
[tool.pytest.ini_options]
122+
asyncio_mode = "strict"
123+
asyncio_default_fixture_loop_scope = "function"

setup.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,3 @@
22
exclude = build, bandit.conf
33
max-line-length = 88
44
extend-ignore = E203, E501
5-
6-
[tool:pytest]
7-
asyncio_mode = strict
8-
asyncio_default_fixture_loop_scope = function

0 commit comments

Comments
 (0)