File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 259
259
if [[ -z " $CHECK " || " $CHECK " == " doctests" ]]; then
260
260
261
261
MSG=' Doctests frame.py' ; echo $MSG
262
- pytest -q --doctest-modules pandas/core/frame.py \
263
- -k" -itertuples -join -reindex -reindex_axis -round"
262
+ pytest -q --doctest-modules pandas/core/frame.py
264
263
RET=$(( $RET + $? )) ; echo $MSG " DONE"
265
264
266
265
MSG=' Doctests series.py' ; echo $MSG
@@ -294,8 +293,7 @@ if [[ -z "$CHECK" || "$CHECK" == "doctests" ]]; then
294
293
MSG=' Doctests interval classes' ; echo $MSG
295
294
pytest -q --doctest-modules \
296
295
pandas/core/indexes/interval.py \
297
- pandas/core/arrays/interval.py \
298
- -k" -from_arrays -from_breaks -from_intervals -from_tuples -set_closed -to_tuples -interval_range"
296
+ pandas/core/arrays/interval.py
299
297
RET=$(( $RET + $? )) ; echo $MSG " DONE"
300
298
301
299
MSG=' Doctests arrays' ; echo $MSG
You can’t perform that action at this time.
0 commit comments