Skip to content

Commit 45146f1

Browse files
committed
Deliberately break TZData tests to see who is skipping them
1 parent 93c03aa commit 45146f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Lib/test/test_zoneinfo/test_zoneinfo.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,9 @@ 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+
528531

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

0 commit comments

Comments
 (0)