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 54f2a5e commit 9cf1c97Copy full SHA for 9cf1c97
ci/lint.sh
@@ -72,7 +72,7 @@ if [ "$LINT" ]; then
72
echo "Linting *.c and *.h DONE"
73
74
echo "Check for invalid testing"
75
- grep -r -E --include '*.py' --exclude testing.py '(numpy|np)\.testing' pandas
+ grep -r -E --include '*.py' --exclude testing.py '(numpy|np)\.testing|(numpy|np)\.array_equal' pandas/tests
76
if [ $? = "0" ]; then
77
RET=1
78
fi
0 commit comments