Skip to content

Commit 17ffef7

Browse files
committed
Change pytest import mode to append (FIX).
1 parent fbc4fcb commit 17ffef7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ ignore = [
107107
[tool.pytest.ini_options]
108108
asyncio_default_fixture_loop_scope = "function"
109109
log_cli = false
110-
importmode = "append"
110+
addopts = "--import-mode=append"
111111

112112
[tool.poe.tasks]
113113
test_proc = "pytest --log-level=1 -W error -n auto -v -rfE --capture=fd tests/test_process.py"

0 commit comments

Comments
 (0)