Skip to content

Commit

Permalink
Deliberately break TZData tests to see who is skipping them
Browse files Browse the repository at this point in the history
  • Loading branch information
pganssle committed May 8, 2020
1 parent 93c03aa commit 45146f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Lib/test/test_zoneinfo/test_zoneinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,9 @@ 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 45146f1

Please sign in to comment.