We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95cbf31 commit 1344274Copy full SHA for 1344274
ci/code_checks.sh
@@ -122,8 +122,8 @@ if [[ -z "$CHECK" || "$CHECK" == "patterns" ]]; then
122
invgrep -r -E --include '*.py' 'pytest\.warns' pandas/tests/
123
RET=$(($RET + $?)) ; echo $MSG "DONE"
124
125
- MSG='Check for pytest raises without context' ; echo $MSG
126
- invgrep -r -E --include '*.py' "[[:space:]] pytest.raises" pandas/tests/
+ MSG='Check for python2-style file encodings' ; echo $MSG
+ invgrep -R --include="*.py" -E "# -\*- coding: utf-8 -\*-" pandas scripts
127
128
129
# Check for the following code in testing: `np.testing` and `np.array_equal`
pandas/tests/tseries/offsets/__init__.py
@@ -1 +0,0 @@
1
-
0 commit comments