8000
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 ba1699d commit 225c7caCopy full SHA for 225c7ca
build_tools/azure/test_script.sh
@@ -44,13 +44,13 @@ if [[ -n "$CHECK_WARNINGS" ]]; then
44
TEST_CMD="$TEST_CMD -Werror::DeprecationWarning -Werror::FutureWarning -Wignore:tostring:DeprecationWarning"
45
46
# Python 3.10 deprecates disutils and is imported by numpy interally during import time
47
- TEST_CMD="$TEST_CMD '-Wignore:The distutils:DeprecationWarning'"
+ TEST_CMD="$TEST_CMD -Wignore:The\ distutils:DeprecationWarning"
48
fi
49
50
if [[ "$PYTEST_XDIST_VERSION" != "none" ]]; then
51
TEST_CMD="$TEST_CMD -n2"
52
53
54
set -x
55
-$TEST_CMD --pyargs sklearn
+eval "$TEST_CMD --pyargs sklearn"
56
set +x
0 commit comments