raulcd commented on issue #40337:
URL: https://github.com/apache/arrow/issues/40337#issuecomment-1976777901

   The same issue is being reproduced on my PR on the conda feedstock:
   
https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=888527&view=logs&j=ab98fee7-5bc6-5c2f-a410-3ab9b2f2e8ca&t=472408ae-fc68-5791-981c-69ea41d2d692&l=38399
   ```
       def test_dateutil_tzinfo_to_string():
           pytest.importorskip("dateutil")
           import dateutil.tz
       
           tz = dateutil.tz.UTC
           assert pa.lib.tzinfo_to_string(tz) == 'UTC'
           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
   ```


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