Describe the bug, including details regarding any error messages, version, and platform.
The verify-rc-source-windows 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:
Component(s)
Continuous Integration, Python
Describe the bug, including details regarding any error messages, version, and platform.
The verify-rc-source-windows job is currently failing with:
This is related to:
Component(s)
Continuous Integration, Python