Skip to content

Commit d3b84a2

Browse files
committed
MAINT: Blacklist np.array_equal in tests
Follow-up to pandas-devgh-18087.
1 parent dd38eea commit d3b84a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/lint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ if [ "$LINT" ]; then
7272
echo "Linting *.c and *.h DONE"
7373

7474
echo "Check for invalid testing"
75-
grep -r -E --include '*.py' --exclude testing.py '(numpy|np)\.testing' pandas
75+
grep -r -E --include '*.py' --exclude testing.py '(numpy|np)\.testing|(numpy|np)\.array_equal' pandas/tests
7676
if [ $? = "0" ]; then
7777
RET=1
7878
fi

0 commit comments

Comments
 (0)