Skip to content

Commit 9317d31

Browse files
try
1 parent a65ee48 commit 9317d31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/doctests.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ if [ "$DOCTEST" ]; then
1212

1313
echo "Running doctests"
1414

15-
pytest --doctest-modules --ignore=pandas/tests -v pandas \
16-
-k"-pandas.core.frame.DataFrame.cum"
15+
pytest --doctest-modules --ignore=pandas/tests -v pandas/core/frame.py
1716

1817
if [ $? -ne "0" ]; then
1918
RET=1

0 commit comments

Comments
 (0)