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 b598568Copy full SHA for b598568
tests/functional/cli/conftest.py
@@ -1,6 +1,7 @@
1
import pytest
2
3
4
+@pytest.mark.script_launch_mode("subprocess")
5
@pytest.fixture
6
def gitlab_cli(script_runner, gitlab_config):
7
"""Wrapper fixture to help make test cases less verbose."""
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