AlenkaF opened a new pull request #12522: URL: https://github.com/apache/arrow/pull/12522
This PR tries to change `pytz` module to be an optional dependency. The tests that install/use `pytz` had to be changed. I ran all `pyarrow` tests locally with and without `pytz` installed. We could update the build without Pandas to not include `pytz` either so the code could be checked on the CI also. - [ ] Change `pytz` to an optional dependency - [ ] Change the use of `PyObject_HasAttrString` to use `PyObject_IsInstance` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
