Skip to content

[Python][CI] test_string_to_tzinfo_pytz_fallback fails on verify-rc-source-windows #50041

@raulcd

Description

@raulcd

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

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions