You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-36642: [Python][CI] Configure warnings as errors during pytest (#37018)
### Rationale for this change
Warnings are constantly being introduced into the pyarrow tests. Let's try enforcing them as errors in an effort to keep the codebase healthy.
### What changes are included in this PR?
* Fixed existing warnings
* Set warnings as errors in CI
### Are these changes tested?
Yes, ran pytests locally w/o warnings.
### Are there any user-facing changes?
No
* Closes: #36642
Authored-by: Dane Pitkin <dane@voltrondata.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
0 commit comments