raulcd opened a new issue, #36349: URL: https://github.com/apache/arrow/issues/36349
### Describe the bug, including details regarding any error messages, version, and platform. During the last 5 days the `test_python_datetime_with_pytz_timezone` on [test-conda-python-3.11-hypothesis](https://github.com/ursacomputing/crossbow/actions/runs/5395935281/jobs/9798979749) has been failing with the following error: ``` > raise UnknownTimeZoneError(zone) E pytz.exceptions.UnknownTimeZoneError: 'build/etc/localtime' E Falsifying example: test_python_datetime_with_pytz_timezone( E self=<pyarrow.tests.test_pandas.TestConvertDateTimeLikeTypes object at 0x7f9626db7710>, E tz=ZoneInfo('build/etc/localtime'), E ) ``` I have been **NOT** able to reproduce locally with: `PYTHON=3.11 PYARROW_TEST_HYPOTHESIS="ON" PYTEST_ARGS="-m hypothesis" docker-compose run --rm conda-python-pandas` ### Component(s) Continuous Integration, Python -- 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]
