Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb598568

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 parent3225f2c commitb598568

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
importpytest
22

33

4+
@pytest.mark.script_launch_mode("subprocess")
45
@pytest.fixture
56
defgitlab_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)

[8]ページ先頭

©2009-2025 Movatter.jp