We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc4fcb commit 17ffef7Copy full SHA for 17ffef7
1 file changed
pyproject.toml
@@ -107,7 +107,7 @@ ignore = [
107
[tool.pytest.ini_options]
108
asyncio_default_fixture_loop_scope = "function"
109
log_cli = false
110
-importmode = "append"
+addopts = "--import-mode=append"
111
112
[tool.poe.tasks]
113
test_proc = "pytest --log-level=1 -W error -n auto -v -rfE --capture=fd tests/test_process.py"
0 commit comments