We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pandas/core/series.py
1 parent 25d893b commit e79dc5fCopy full SHA for e79dc5f
ci/code_checks.sh
@@ -271,8 +271,7 @@ if [[ -z "$CHECK" || "$CHECK" == "doctests" ]]; then
271
RET=$(($RET + $?)) ; echo $MSG "DONE"
272
273
MSG='Doctests series.py' ; echo $MSG
274
- pytest -q --doctest-modules pandas/core/series.py \
275
- -k"-nonzero -reindex -searchsorted -to_dict"
+ pytest -q --doctest-modules pandas/core/series.py
276
277
278
MSG='Doctests groupby.py' ; echo $MSG
0 commit comments