Skip to content

Commit dd4ca3c

Browse files
authored
Remove test order randomization [azure parallel]
1 parent 001c214 commit dd4ca3c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build_tools/azure/test_script.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,9 @@ python -c "import joblib; print(f'Number of cores (physical): \
3737
{joblib.cpu_count()} ({joblib.cpu_count(only_physical_cores=True)})')"
3838
python -c "import sklearn; sklearn.show_versions()"
3939

40-
python -m pip install pytest-random-order
41-
4240
show_installed_libraries
4341

44-
TEST_CMD="python -m pytest --random-order-seed=1 --showlocals --durations=20 --junitxml=$JUNITXML"
42+
TEST_CMD="python -m pytest --showlocals --durations=20 --junitxml=$JUNITXML"
4543

4644
if [[ "$COVERAGE" == "true" ]]; then
4745
# Note: --cov-report= is used to disable to long text output report in the

0 commit comments

Comments
 (0)