You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/11 07:22:44 UTC

[GitHub] [arrow] AlenkaF commented on pull request #12522: ARROW-15580: [Python] PyArrow imports pytz, which is not included as dependency

AlenkaF commented on pull request #12522:
URL: https://github.com/apache/arrow/pull/12522#issuecomment-1064843822


   @jorisvandenbossche this PR now removes `pytz` from `ci/conda_env_python.txt` and uses `pytz` module for the roundtrip test in `python/pyarrow/tests/test_types.py`, if it is present. I tested it locally without `pytz` installed and it didn't complain.
   
   `pa.lib.string_to_tzinfo` produces a `pytz` timezone or gives a warning, that the module is not installed. There should be a fallback to `zoneinfo` at some point.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org