Skip to content

Commit 2617696

Browse files
Merge remote-tracking branch 'upstream/master' into azure_lint
2 parents 6cbb31b + e405a10 commit 2617696

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+3013
-2395
lines changed

ci/code_checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ if [[ -z "$CHECK" || "$CHECK" == "doctests" ]]; then
175175

176176
MSG='Doctests frame.py' ; echo $MSG
177177
pytest -q --doctest-modules pandas/core/frame.py \
178-
-k"-axes -combine -itertuples -join -nunique -pivot_table -quantile -query -reindex -reindex_axis -replace -round -set_index -stack -to_stata"
178+
-k"-axes -combine -itertuples -join -nunique -pivot_table -quantile -query -reindex -reindex_axis -replace -round -set_index -stack"
179179
RET=$(($RET + $?)) ; echo $MSG "DONE"
180180

181181
MSG='Doctests series.py' ; echo $MSG

0 commit comments

Comments
 (0)