8000 CI Remove unused env var (#25359) · jjerphan/scikit-learn@cedaf48 · GitHub
[go: up one dir, main page]

Skip to content

Commit cedaf48

Browse files
jeremiedbbjjerphan
authored andcommitted
CI Remove unused env var (scikit-learn#25359)
1 parent fab4ea4 commit cedaf48

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
6666
LOCK_FILE: './build_tools/azure/pylatest_pip_scipy_dev_linux-64_conda.lock'
6767
CHECK_WARNINGS: 'true'
6868
CHECK_PYTEST_SOFT_DEPENDENCY: 'true'
69-
TEST_DOCSTRINGS: 'true'
7069
# Tests that require large downloads over the networks are skipped in CI.
7170
# Here we make sure, that they are still run on a regular basis.
7271
SKLEARN_SKIP_NETWORK_TESTS: '0'
@@ -201,7 +200,6 @@ jobs:
201200
DISTRIB: 'conda-pip-latest'
202201
LOCK_FILE: './build_tools/azure/pylatest_pip_openblas_pandas_linux-64_conda.lock'
203202
CHECK_PYTEST_SOFT_DEPENDENCY: 'true'
204-
TEST_DOCSTRINGS: 'true'
205203
CHECK_WARNINGS: 'true'
206204
SKLEARN_TESTS_GLOBAL_RANDOM_SEED: '3' # non-default seed
207205

build_tools/azure/posix-docker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
SKLEARN_SKIP_NETWORK_TESTS: '1'
2323
PYTEST_XDIST_VERSION: 'latest'
2424
COVERAGE: 'false'
25-
TEST_DOCSTRINGS: 'false'
2625
# Set in azure-pipelines.yml
2726
DISTRIB: ''
2827
DOCKER_CONTAINER: ''

build_tools/azure/posix.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
CCACHE_COMPRESS: '1'
2525
PYTEST_XDIST_VERSION: 'latest'
2626
COVERAGE: 'true'
27-
TEST_DOCSTRINGS: 'false'
2827
CREATE_ISSUE_ON_TRACKER: 'true'
2928
SHOW_SHORT_SUMMARY: 'false'
3029
strategy:

0 commit comments

Comments
 (0)
0