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

Commit0acc308

Browse files
committed
Limit usage of xdist grouping to Python 3.11
1 parentdc401b3 commit0acc308

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎azure-pipelines.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,13 @@ stages:
147147
fi
148148
echo "##vso[task.setvariable variable=VS_COVERAGE_TOOL]$TOOL"
149149
150+
if [[ $PYTHON_VERSION == 3.11 ]]; then
151+
# when removing this, also remove
152+
# @pytest.mark.xdist_group(name="subprocess") from tests
153+
DIST_LOAD_GROUP=--dist=loadgroup
154+
fi
155+
PYTHONFAULTHANDLER=1 pytest -rfEsXR -n 2 \
156+
--maxfail=50 --timeout=300 --durations=25 $DIST_LOAD_GROUP \
150157
PYTHONFAULTHANDLER=1 pytest -rfEsXR -n 2 \
151158
--maxfail=50 --timeout=300 --durations=25 \
152159
--dist=loadgroup \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp