-
-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test failure on Fedora with 6.1.0 #763
Comments
Thank you! Could you tell me which system it is so it can be reproduced as well as pip list? |
Fedora 42, rawhide mock. |
Thank you! I think that the tests probably need adjusting:
That would create consistency across platforms, I hope. |
Still present in 6.1.1 |
This is now also failing in our CI. |
This was referenced Feb 5, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sample:
__________________ test_can_identify_dateutil[America/Merida] __________________
tzid = 'America/Merida'
E AssertionError: assert 'America/Merida' in ('America/Mexico_City', 'Mexico/General')
E + where ('America/Mexico_City', 'Mexico/General') = tzids_from_tzinfo(tzfile('/usr/share/zoneinfo/America/Merida'))
E + where tzfile('/usr/share/zoneinfo/America/Merida') = <dateutil.tz.tz.__get_gettz..GettzFunc object at 0x7f543477e270>('America/Merida')
src/icalendar/tests/test_timezone_identification.py:29: AssertionError
The text was updated successfully, but these errors were encountered: