From df3d52f5e80a406813a30e2d05c0e086fe294023 Mon Sep 17 00:00:00 2001 From: MomIsBestFriend <> Date: Thu, 2 Apr 2020 00:38:03 +0300 Subject: [PATCH] CI: Checking all the examples in `pandas/core/series.py` --- ci/code_checks.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/code_checks.sh b/ci/code_checks.sh index d30785d675788..c8d08277e9a26 100755 --- a/ci/code_checks.sh +++ b/ci/code_checks.sh @@ -271,8 +271,7 @@ if [[ -z "$CHECK" || "$CHECK" == "doctests" ]]; then RET=$(($RET + $?)) ; echo $MSG "DONE" MSG='Doctests series.py' ; echo $MSG - pytest -q --doctest-modules pandas/core/series.py \ - -k"-nonzero -reindex -searchsorted -to_dict" + pytest -q --doctest-modules pandas/core/series.py RET=$(($RET + $?)) ; echo $MSG "DONE" MSG='Doctests groupby.py' ; echo $MSG