Skip to content

Commit

Permalink
Revert "Deliberately break TZData tests to see who is skipping them"
Browse files Browse the repository at this point in the history
This reverts commit 45146f1.
  • Loading branch information
pganssle committed May 8, 2020
1 parent 6802178 commit 9292b3c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Lib/test/test_zoneinfo/test_zoneinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,9 +525,6 @@ def tzpath(self):
def zone_from_key(self, key):
return self.klass(key=key)

def test_if_skipped(self):
self.assertTrue(False)


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

0 comments on commit 9292b3c

Please sign in to comment.