AlenkaF commented on PR #40211:
URL: https://github.com/apache/arrow/pull/40211#issuecomment-1975962180
> There seems to be a different error for Windows builds on
`test_dateutil_tzinfo_to_string`:
>
> ```
> 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
> ```
>
> @jorisvandenbossche @AlenkaF have you seen this error before?
I haven't seen it before and also can't reproduce it on MacOS.
As mentioned on Zulip channel, there was a [new release of the
dateutil](https://dateutil.readthedocs.io/en/latest/changelog.html#version-2-9-0-2024-02-29)
package. The version of `python-dateutil`:
- on AppVeyor build is `2.8.2`:
https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/49256840?fullLog=true#L465
- on `verify-rc-binaries-wheels-windows` build is `2.9.0`
https://github.com/ursacomputing/crossbow/actions/runs/8103088008/job/22164107523#step:6:208
I do not see how the changes in the new dateutil version would affect the
Windows builds though ...
--
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]