Describe the bug, including details regarding any error messages, version, and platform.
test_dateutil_tzinfo_to_string started failing with:
tz = dateutil.tz.gettz('Europe/Paris')
> assert pa.lib.tzinfo_to_string(tz) == 'Europe/Paris'
E AssertionError: assert 'Europe/Monaco' == 'Europe/Paris'
E - Europe/Paris
E + Europe/Monaco
see: https://github.com/ursacomputing/crossbow/actions/runs/8103088008/job/22164107523#step:6:4305.
This is most probably due to new release of python-dateutil package.
The test is failing on the CI now also, with dateutil 2.9.0: https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/49322144?fullLog=true
Upstream issue: dateutil/dateutil#1353
Component(s)
Continuous Integration, Python