File tree Expand file tree Collapse file tree 5 files changed +0
-8
lines changed Expand file tree Collapse file tree 5 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,6 @@ jobs:
171
171
DISTRIB : ' conda'
172
172
LOCK_FILE : ' ./build_tools/azure/pylatest_conda_forge_mkl_linux-64_conda.lock'
173
173
COVERAGE : ' true'
174
- SHOW_SHORT_SUMMARY : ' true'
175
174
SKLEARN_TESTS_GLOBAL_RANDOM_SEED : ' 42' # default global random seed
176
175
177
176
# Check compilation with Ubuntu 22.04 LTS (Jammy Jellyfish) and scipy from conda-forge
Original file line number Diff line number Diff line change 22
22
# Set in azure-pipelines.yml
23
23
DISTRIB : ' '
24
24
DOCKER_CONTAINER : ' '
25
- SHOW_SHORT_SUMMARY : ' false'
26
25
CREATE_ISSUE_ON_TRACKER : ' true'
27
26
CCACHE_DIR : $(Pipeline.Workspace)/ccache
28
27
CCACHE_COMPRESS : ' 1'
Original file line number Diff line number Diff line change 22
22
PYTEST_XDIST_VERSION : ' latest'
23
23
COVERAGE : ' true'
24
24
CREATE_ISSUE_ON_TRACKER : ' true'
25
- SHOW_SHORT_SUMMARY : ' false'
26
25
strategy :
27
26
matrix :
28
27
${{ insert }} : ${{ parameters.matrix }}
Original file line number Diff line number Diff line change @@ -75,10 +75,6 @@ if [[ "$PYTEST_XDIST_VERSION" != "none" ]]; then
75
75
TEST_CMD=" $TEST_CMD -n$XDIST_WORKERS "
76
76
fi
77
77
78
- if [[ " $SHOW_SHORT_SUMMARY " == " true" ]]; then
79
- TEST_CMD=" $TEST_CMD -ra"
80
- fi
81
-
82
78
if [[ -n " $SELECTED_TESTS " ]]; then
83
79
TEST_CMD=" $TEST_CMD -k $SELECTED_TESTS "
84
80
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ addopts =
20
20
# correctly on the CI when running `pytest --pyargs sklearn` from the
21
21
# source folder.
22
22
-p sklearn.tests.random_seed
23
- -rN
24
23
25
24
filterwarnings =
26
25
ignore:the matrix subclass:PendingDeprecationWarning
You can’t perform that action at this time.
0 commit comments