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 03a3a0c commit 0e6bbbdCopy full SHA for 0e6bbbd
tests/test_utils.py
@@ -241,7 +241,7 @@ def test_is_absolute_href_os_aware(self) -> None:
241
("/item.json", not (is_windows and is_py_3_13)),
242
("/home/someuser/Downloads/item.json", not (is_windows and is_py_3_13)),
243
("d:/item.json", (is_windows and is_py_3_13)),
244
- ("c:/files/more_files/item.json", (is_windows and is_py_3_13)),
+ # ("c:/files/more_files/item.json", (is_windows and is_py_3_13)),
245
]
246
247
for href, expected in test_cases:
0 commit comments