Skip to content

Commit e79dc5f

Browse files
authored
CI: Checking all the examples in pandas/core/series.py (#33225)
1 parent 25d893b commit e79dc5f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/code_checks.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,7 @@ if [[ -z "$CHECK" || "$CHECK" == "doctests" ]]; then
271271
RET=$(($RET + $?)) ; echo $MSG "DONE"
272272

273273
MSG='Doctests series.py' ; echo $MSG
274-
pytest -q --doctest-modules pandas/core/series.py \
275-
-k"-nonzero -reindex -searchsorted -to_dict"
274+
pytest -q --doctest-modules pandas/core/series.py
276275
RET=$(($RET + $?)) ; echo $MSG "DONE"
277276

278277
MSG='Doctests groupby.py' ; echo $MSG

0 commit comments

Comments
 (0)