raulcd opened a new issue, #50041: URL: https://github.com/apache/arrow/issues/50041
### Describe the bug, including details regarding any error messages, version, and platform. The [verify-rc-source-windows](https://github.com/ursacomputing/crossbow/actions/runs/26403706470/job/77721907996) job is currently failing with: ``` ================================== FAILURES =================================== _____________________ test_string_to_tzinfo_pytz_fallback _____________________ @pytest.mark.skipif( sys.platform == 'darwin', reason="macOS supports those lower-case names" ) def test_string_to_tzinfo_pytz_fallback(): pytz = pytest.importorskip("pytz") result = pa.lib.string_to_tzinfo("europe/brussels") expected = pytz.timezone("Europe/Brussels") > assert result == expected E AssertionError: assert zoneinfo.ZoneInfo(key='europe/brussels') == <DstTzInfo 'Europe/Brussels' LMT+0:18:00 STD> C:\tmp\arrow-verify-release\conda-env\lib\site-packages\pyarrow\tests\test_types.py:521: AssertionError ``` This is related to: - https://github.com/apache/arrow/pull/49694 ### 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]
