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 ef0b98f commit 9d6e698Copy full SHA for 9d6e698
build_tools/azure/test_script.sh
@@ -26,7 +26,7 @@ else
26
conda list
27
fi
28
29
-TEST_CMD="python -m pytest -vv --tb=long --showlocals --durations=20 --junitxml=$JUNITXML"
+TEST_CMD="python -m pytest -s -vv --tb=long --showlocals --durations=20 --junitxml=$JUNITXML"
30
31
if [[ "$COVERAGE" == "true" ]]; then
32
# Note: --cov-report= is used to disable to long text output report in the
@@ -55,5 +55,5 @@ if [[ "$SHOW_SHORT_SUMMARY" == "true" ]]; then
55
56
57
set -x
58
-eval "$TEST_CMD --pyargs sklearn"
+eval "$TEST_CMD --pyargs sklearn.linear_model"
59
set +x
0 commit comments