Skip to content

Commit 22be349

Browse files
committed
Testing
1 parent 95dcf3e commit 22be349

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
@@ -30,6 +30,9 @@
3030
except importlib.metadata.PackageNotFoundError:
3131
HAS_TZDATA_PKG = False
3232

33+
if HAS_TZDATA_PKG:
34+
raise ValueError('Fail the test')
35+
3336
ZONEINFO_DATA = None
3437
ZONEINFO_DATA_V1 = None
3538
TEMP_DIR = None

0 commit comments

Comments
 (0)