Skip to content

Commit

Permalink
Europe/Belfast changes move it to common_timezones
Browse files Browse the repository at this point in the history
  • Loading branch information
stub42 committed Aug 12, 2022
1 parent be677ab commit d0d613c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pytz/tests/test_tzinfo.py
Expand Up @@ -758,10 +758,9 @@ def test_us_eastern(self):
self.assertTrue('US/Eastern' in pytz.common_timezones_set)

def test_belfast(self):
# Belfast uses London time.
self.assertTrue('Europe/Belfast' in pytz.all_timezones_set)
self.assertFalse('Europe/Belfast' in pytz.common_timezones)
self.assertFalse('Europe/Belfast' in pytz.common_timezones_set)
self.assertTrue('Europe/Belfast' in pytz.common_timezones)
self.assertTrue('Europe/Belfast' in pytz.common_timezones_set)


class ZoneCaseInsensitivityTestCase(unittest.TestCase):
Expand Down

0 comments on commit d0d613c

Please sign in to comment.