We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3458c39 commit 99f4cf9Copy full SHA for 99f4cf9
build_tools/azure/test_script.sh
@@ -38,7 +38,7 @@ python -c "import sklearn; sklearn.show_versions()"
38
39
show_installed_libraries
40
41
-TEST_CMD="python -m pytest --showlocals --durations=20 --junitxml=$JUNITXML"
+TEST_CMD="python -m pytest --showlocals --durations=20 --junitxml=$JUNITXML -Werror"
42
43
if [[ "$COVERAGE" == "true" ]]; then
44
# Note: --cov-report= is used to disable to long text output report in the
0 commit comments