We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 834c750 commit c03c895Copy full SHA for c03c895
ci/doctests.sh
@@ -54,7 +54,7 @@ if [ "$DOCTEST" ]; then
54
fi
55
56
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"
+ -k"-_set_axis_name -_xs -droplevel -groupby -interpolate -pct_change -pipe -reindex -reindex_axis -resample -sample -to_json -to_xarray -transform -transpose -values -xs"
58
59
if [ $? -ne "0" ]; then
60
RET=1
0 commit comments