Skip to content

Commit b598568

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 b598568

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
@@ -1,6 +1,7 @@
11
import pytest
22

33

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

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)