Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:42.1:Update
python3-Babel
skip-dst-tests.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File skip-dst-tests.patch of Package python3-Babel
Index: Babel-1.3/tests/test_dates.py =================================================================== --- Babel-1.3.orig/tests/test_dates.py +++ Babel-1.3/tests/test_dates.py @@ -175,18 +175,6 @@ class DateTimeFormatTestCase(unittest.Te fmt = dates.DateTimeFormat(d, locale='en_US') self.assertEqual('0000', fmt['AAAA']) - def test_timezone_rfc822(self): - tz = timezone('Europe/Berlin') - t = time(15, 30, tzinfo=tz) - fmt = dates.DateTimeFormat(t, locale='de_DE') - self.assertEqual('+0100', fmt['Z']) - - def test_timezone_gmt(self): - tz = timezone('Europe/Berlin') - t = time(15, 30, tzinfo=tz) - fmt = dates.DateTimeFormat(t, locale='de_DE') - self.assertEqual('GMT+01:00', fmt['ZZZZ']) - def test_timezone_name(self): tz = timezone('Europe/Paris') dt = datetime(2007, 4, 1, 15, 30, tzinfo=tz) @@ -379,13 +367,6 @@ def test_get_timezone_gmt(): dt = datetime(2007, 4, 1, 15, 30) assert dates.get_timezone_gmt(dt, locale='en') == u'GMT+00:00' - tz = timezone('America/Los_Angeles') - dt = datetime(2007, 4, 1, 15, 30, tzinfo=tz) - assert dates.get_timezone_gmt(dt, locale='en') == u'GMT-08:00' - assert dates.get_timezone_gmt(dt, 'short', locale='en') == u'-0800' - - assert dates.get_timezone_gmt(dt, 'long', locale='fr_FR') == u'UTC-08:00' - def test_get_timezone_location(): tz = timezone('America/St_Johns')
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor