We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70b9870 + e80dcb1 commit 1badfebCopy full SHA for 1badfeb
tox.ini
@@ -84,13 +84,10 @@ exclude_lines =
84
if TYPE_CHECKING:
85
if debug:
86
87
-[pytest]
88
-script_launch_mode = subprocess
89
-
90
[testenv:cli_func_v4]
91
deps = -r{toxinidir}/requirements-docker.txt
92
commands =
93
- pytest --cov --cov-report xml tests/functional/cli {posargs}
+ pytest --script-launch-mode=subprocess --cov --cov-report xml tests/functional/cli {posargs}
94
95
[testenv:py_func_v4]
96
0 commit comments