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

Commit1badfeb

Browse files
authored
Merge pull request#1714 from python-gitlab/jlvillal/pytest_script_launch_mode
chore: remove pytest-console-scripts specific config
2 parents70b9870 +e80dcb1 commit1badfeb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎tox.ini

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,10 @@ 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 =
93-
pytest --cov --cov-report xml tests/functional/cli {posargs}
90+
pytest --script-launch-mode=subprocess --cov --cov-report xml tests/functional/cli {posargs}
9491

9592
[testenv:py_func_v4]
9693
deps = -r{toxinidir}/requirements-docker.txt

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp