We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd38eea commit d3b84a2Copy full SHA for d3b84a2
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