hgrecco / pint-pandas

Pandas support for pint
Other
169 stars 42 forks source link

`.astype("string[pyarrow]")` does not work for pint Series - need to run tests with pyarrow installed in CI #101

Closed burnpanck closed 2 years ago

burnpanck commented 2 years ago

This is in fact tested by the pandas ExtensionArray tests. However, because pyarrow is an optional dependency, these tests seem to be skipped in the CI here. It can easily be reproduced locally by running the testsuite with pyarrow installed.

I can contribute a fix for this bug, but I don't know the CI here at all (neither GitHub's system, nor how it is being used here), so it would be great if somebody could help adding pyarrow to the CI tests.