Skip to content

Commit

Permalink
CI Remove unused env var (scikit-learn#25359)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiedbb committed Jan 11, 2023
1 parent 26aaa86 commit fdbe441
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
LOCK_FILE: './build_tools/azure/pylatest_pip_scipy_dev_linux-64_conda.lock'
CHECK_WARNINGS: 'true'
CHECK_PYTEST_SOFT_DEPENDENCY: 'true'
TEST_DOCSTRINGS: 'true'
# Tests that require large downloads over the networks are skipped in CI.
# Here we make sure, that they are still run on a regular basis.
SKLEARN_SKIP_NETWORK_TESTS: '0'
Expand Down Expand Up @@ -201,7 +200,6 @@ jobs:
DISTRIB: 'conda-pip-latest'
LOCK_FILE: './build_tools/azure/pylatest_pip_openblas_pandas_linux-64_conda.lock'
CHECK_PYTEST_SOFT_DEPENDENCY: 'true'
TEST_DOCSTRINGS: 'true'
CHECK_WARNINGS: 'true'
SKLEARN_TESTS_GLOBAL_RANDOM_SEED: '3' # non-default seed

Expand Down
1 change: 0 additions & 1 deletion build_tools/azure/posix-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
SKLEARN_SKIP_NETWORK_TESTS: '1'
PYTEST_XDIST_VERSION: 'latest'
COVERAGE: 'false'
TEST_DOCSTRINGS: 'false'
# Set in azure-pipelines.yml
DISTRIB: ''
DOCKER_CONTAINER: ''
Expand Down
1 change: 0 additions & 1 deletion build_tools/azure/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
CCACHE_COMPRESS: '1'
PYTEST_XDIST_VERSION: 'latest'
COVERAGE: 'true'
TEST_DOCSTRINGS: 'false'
CREATE_ISSUE_ON_TRACKER: 'true'
SHOW_SHORT_SUMMARY: 'false'
strategy:
Expand Down

0 comments on commit fdbe441

Please sign in to comment.