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.
1 parent 3225f2c commit 2ef0b5bCopy full SHA for 2ef0b5b
tests/functional/cli/conftest.py
@@ -2,6 +2,7 @@
2
3
4
@pytest.fixture
5
+@pytest.mark.script_launch_mode("subprocess")
6
def gitlab_cli(script_runner, gitlab_config):
7
"""Wrapper fixture to help make test cases less verbose."""
8
tox.ini
@@ -84,9 +84,6 @@ 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 =
0 commit comments