AlenkaF opened a new pull request, #40626:
URL: https://github.com/apache/arrow/pull/40626

   ### Rationale for this change
   
   `test_dateutil_tzinfo_to_string` started failing with:
   
   ```Python
            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
   ```
   
   and it is most probably due to new release of `python-dateutil` package.
   
   ### What changes are included in this PR?
   
   Currently, we are using this PR to debug the test on Windows platform.
   
   ### Are these changes tested?
   
   A tests is failing and it needs to be fixed.
   
   ### Are there any user-facing changes?
   
   No.


-- 
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]

Reply via email to