Skip to content

Commit 9292b3c

Browse files
committed
Revert "Deliberately break TZData tests to see who is skipping them"
This reverts commit 45146f1.
1 parent 6802178 commit 9292b3c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Lib/test/test_zoneinfo/test_zoneinfo.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -525,9 +525,6 @@ def tzpath(self):
525525
def zone_from_key(self, key):
526526
return self.klass(key=key)
527527

528-
def test_if_skipped(self):
529-
self.assertTrue(False)
530-
531528

532529
@unittest.skipIf(
533530
not HAS_TZDATA_PKG, "Skipping tzdata-specific tests: tzdata not installed"

0 commit comments

Comments
 (0)