File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 66
66
LOCK_FILE : ' ./build_tools/azure/pylatest_pip_scipy_dev_linux-64_conda.lock'
67
67
CHECK_WARNINGS : ' true'
68
68
CHECK_PYTEST_SOFT_DEPENDENCY : ' true'
69
- TEST_DOCSTRINGS : ' true'
70
69
# Tests that require large downloads over the networks are skipped in CI.
71
70
# Here we make sure, that they are still run on a regular basis.
72
71
SKLEARN_SKIP_NETWORK_TESTS : ' 0'
@@ -201,7 +200,6 @@ jobs:
201
200
DISTRIB : ' conda-pip-latest'
202
201
LOCK_FILE : ' ./build_tools/azure/pylatest_pip_openblas_pandas_linux-64_conda.lock'
203
202
CHECK_PYTEST_SOFT_DEPENDENCY : ' true'
204
- TEST_DOCSTRINGS : ' true'
205
203
CHECK_WARNINGS : ' true'
206
204
SKLEARN_TESTS_GLOBAL_RANDOM_SEED : ' 3' # non-default seed
207
205
Original file line number Diff line number Diff line change 22
22
SKLEARN_SKIP_NETWORK_TESTS : ' 1'
23
23
PYTEST_XDIST_VERSION : ' latest'
24
24
COVERAGE : ' false'
25
- TEST_DOCSTRINGS : ' false'
26
25
# Set in azure-pipelines.yml
27
26
DISTRIB : ' '
28
27
DOCKER_CONTAINER : ' '
Original file line number Diff line number Diff line change 24
24
CCACHE_COMPRESS : ' 1'
25
25
PYTEST_XDIST_VERSION : ' latest'
26
26
COVERAGE : ' true'
27
- TEST_DOCSTRINGS : ' false'
28
27
CREATE_ISSUE_ON_TRACKER : ' true'
29
28
SHOW_SHORT_SUMMARY : ' false'
30
29
strategy :
You can’t perform that action at this time.
0 commit comments