We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95dcf3e commit 22be349Copy full SHA for 22be349
1 file changed
Lib/test/test_zoneinfo/test_zoneinfo.py
@@ -30,6 +30,9 @@
30
except importlib.metadata.PackageNotFoundError:
31
HAS_TZDATA_PKG = False
32
33
+if HAS_TZDATA_PKG:
34
+ raise ValueError('Fail the test')
35
+
36
ZONEINFO_DATA = None
37
ZONEINFO_DATA_V1 = None
38
TEMP_DIR = None
0 commit comments