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

Commite80dcb1

Browse files
chore: remove pytest-console-scripts specific config
Remove the pytest-console-scripts specific config from the global'[pytest]' config section.Use the command line option `--script-launch-mode=subprocess`Closes#1713
1 parent70b9870 commite80dcb1

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