Skip to content

Commit 5924e07

Browse files
check two
1 parent 0e6bbbd commit 5924e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def test_is_absolute_href_os_aware(self) -> None:
240240
test_cases = [
241241
("/item.json", not (is_windows and is_py_3_13)),
242242
("/home/someuser/Downloads/item.json", not (is_windows and is_py_3_13)),
243-
("d:/item.json", (is_windows and is_py_3_13)),
243+
# ("d:/item.json", (is_windows and is_py_3_13)),
244244
# ("c:/files/more_files/item.json", (is_windows and is_py_3_13)),
245245
]
246246

0 commit comments

Comments
 (0)