Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f409c7c

Browse files
committed
Merge 3.5 (test_email)
2 parents d8f432a + 4b363e2 commit f409c7c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lib/test/test_email/test_utils.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ def test_variable_tzname(self):
136136
t1 = utils.localtime(t0)
137137
self.assertEqual(t1.tzname(), 'EET')
138138

139+
# Issue #24836: The timezone files are out of date (pre 2011k)
140+
# on Mac OS X Snow Leopard.
141+
@test.support.requires_mac_ver(10, 7)
139142
class FormatDateTests(unittest.TestCase):
140143

141144
@test.support.run_with_tz('Europe/Minsk')

0 commit comments

Comments
 (0)