Skip to content

Commit d71eb91

Browse files
Remove accidentally added file
1 parent fcbd4b2 commit d71eb91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ class TestStrftime4dyear(_TestStrftimeYear, _Test4dYear, unittest.TestCase):
756756

757757
class TestPytime(unittest.TestCase):
758758
@skip_if_buggy_ucrt_strfptime
759-
@unittest.skipIf(time.altzone > 0, "System uses negative DST offset")
759+
@unittest.skipUnless(time._STRUCT_TM_ITEMS == 11, "needs tm_zone support")
760760
def test_localtime_timezone(self):
761761

762762
# Get the localtime and examine it for the offset and zone.

0 commit comments

Comments
 (0)