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
Warnings are continuously being introduced into the pyarrow tests. Let's enforce warnings as errors in at least one CI build (probably one that covers latest versions of python/dependencies).
Component(s)
Python
The text was updated successfully, but these errors were encountered:
danepitkin
changed the title
[Python] Configure warnings as errors during build/test
[Python][CI] Configure warnings as errors during build/test
Aug 3, 2023
…7018)
### 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 <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
…st (apache#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: apache#36642
Authored-by: Dane Pitkin <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Describe the enhancement requested
Warnings are continuously being introduced into the pyarrow tests. Let's enforce warnings as errors in at least one CI build (probably one that covers latest versions of python/dependencies).
Component(s)
Python
The text was updated successfully, but these errors were encountered: