We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa43f1 commit e760f98Copy full SHA for e760f98
ci/doctests.sh
@@ -35,7 +35,7 @@ if [ "$DOCTEST" ]; then
35
fi
36
37
pytest --doctest-modules -v pandas/core/generic.py \
38
- -k"-_set_axis_name -_xs -droplevel -groupby -interpolate -pct_change -pipe -reindex -reindex_axis -resample -sample -to_json -to_xarray -transform -transpose -values -xs"
+ -k"-_set_axis_name -_xs -decribe -droplevel -groupby -interpolate -pct_change -pipe -reindex -reindex_axis -resample -sample -to_json -to_xarray -transform -transpose -values -xs"
39
40
if [ $? -ne "0" ]; then
41
RET=1
0 commit comments