Skip to content

Commit

Permalink
CI Disable pytest-xdist in pylatest_pip_openblas_pandas build (scikit…
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiedbb committed Mar 23, 2023
1 parent 18af550 commit 238096e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@ jobs:
CHECK_PYTEST_SOFT_DEPENDENCY: 'true'
CHECK_WARNINGS: 'true'
SKLEARN_TESTS_GLOBAL_RANDOM_SEED: '3' # non-default seed
# disable pytest-xdist to have 1 job where OpenMP and BLAS are not single
# threaded because by default the tests configuration (sklearn/conftest.py)
# makes sure that they are single threaded in each xdist subprocess.
PYTEST_XDIST_VERSION: 'none'

- template: build_tools/azure/posix-docker.yml
parameters:
Expand Down

0 comments on commit 238096e

Please sign in to comment.