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 aff07c1 commit ba1699dCopy full SHA for ba1699d
build_tools/azure/test_script.sh
@@ -44,7 +44,7 @@ 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
0 commit comments