Skip to content

Commit c03c895

Browse files
also skip xs
1 parent 834c750 commit c03c895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/doctests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if [ "$DOCTEST" ]; then
5454
fi
5555

5656
pytest --doctest-modules -v pandas/core/generic.py \
57-
-k"-_set_axis_name -_xs -droplevel -groupby -interpolate -pct_change -pipe -reindex -reindex_axis -resample -sample -to_json -to_xarray -transform -transpose -values"
57+
-k"-_set_axis_name -_xs -droplevel -groupby -interpolate -pct_change -pipe -reindex -reindex_axis -resample -sample -to_json -to_xarray -transform -transpose -values -xs"
5858

5959
if [ $? -ne "0" ]; then
6060
RET=1

0 commit comments

Comments
 (0)