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 4499e96 commit 519625bCopy full SHA for 519625b
Lib/test/test_zoneinfo/test_zoneinfo.py
@@ -1807,7 +1807,7 @@ def test_tzpath_type_error(self):
1807
def test_tzpath_attribute(self):
1808
tzpath_0 = [f"{DRIVE}/one", f"{DRIVE}/two"]
1809
tzpath_1 = [f"{DRIVE}/three"]
1810
- tzpath_pathlike = (pathlib.Path("/usr/share/zoneinfo"),)
+ tzpath_pathlike = (pathlib.Path("{DRIVE}/usr/share/zoneinfo"),)
1811
1812
with self.tzpath_context(tzpath_0):
1813
query_0 = self.module.TZPATH
0 commit comments