We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001c214 commit dd4ca3cCopy full SHA for dd4ca3c
build_tools/azure/test_script.sh
@@ -37,11 +37,9 @@ python -c "import joblib; print(f'Number of cores (physical): \
37
{joblib.cpu_count()} ({joblib.cpu_count(only_physical_cores=True)})')"
38
python -c "import sklearn; sklearn.show_versions()"
39
40
-python -m pip install pytest-random-order
41
-
42
show_installed_libraries
43
44
-TEST_CMD="python -m pytest --random-order-seed=1 --showlocals --durations=20 --junitxml=$JUNITXML"
+TEST_CMD="python -m pytest --showlocals --durations=20 --junitxml=$JUNITXML"
45
46
if [[ "$COVERAGE" == "true" ]]; then
47
# Note: --cov-report= is used to disable to long text output report in the
0 commit comments