Skip to content

Commit 2ef0b5b

Browse files
chore: remove pytest-console-scripts specific config
Remove the pytest-console-scripts specific config from the global '[pytest]' config section. Closes #1713
1 parent 3225f2c commit 2ef0b5b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tests/functional/cli/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33

44
@pytest.fixture
5+
@pytest.mark.script_launch_mode("subprocess")
56
def gitlab_cli(script_runner, gitlab_config):
67
"""Wrapper fixture to help make test cases less verbose."""
78

tox.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ exclude_lines =
8484
if TYPE_CHECKING:
8585
if debug:
8686

87-
[pytest]
88-
script_launch_mode = subprocess
89-
9087
[testenv:cli_func_v4]
9188
deps = -r{toxinidir}/requirements-docker.txt
9289
commands =

0 commit comments

Comments
 (0)