[Bug 2031838] Re: ftbfs with tzdata >= 2023c-8
Benjamin Drung
2031838 at bugs.launchpad.net
Wed Aug 23 23:31:32 UTC 2023
test_city_entry needs to be updated to not use a legacy timezone name,
but sadly this is not enough.
Page.zones lacks several zones for that. The culprit lies in
Page.build_timezone_list and Page.build_shortlist_timezone_pairs.
Further investigation is needed.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubiquity in Ubuntu.
https://bugs.launchpad.net/bugs/2031838
Title:
ftbfs with tzdata >= 2023c-8
Status in ubiquity package in Ubuntu:
New
Bug description:
With
https://code.launchpad.net/~mwhudson/ubiquity/+git/ubiquity/+merge/449391
applied, the ubiquity build now fails with:
test_city_entry (test_timezone.TimezoneTests.test_city_entry) ... /usr/lib/python3/dist-packages/mock/mock.py:1238: PyGIWarning: Soup was imported without specifying a version first. Use gi.require_version('Soup', '2.4') before import to ensure that the right version gets loaded.
__import__(import_path)
Could not understand timezone Canada/Eastern
Could not understand timezone US/Eastern
FAIL
which is presumably related to the deprecation of these timezone
names. I can think of a few ways to fix this (build-depend on tzdata-
legacy, remove the functionality being tested here as these names have
been deprecated for ages, probably some other things...) but I don't
know which is right so I'm filing a bug.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/2031838/+subscriptions
More information about the foundations-bugs
mailing list