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 0e6bbbd commit 5924e07Copy full SHA for 5924e07
tests/test_utils.py
@@ -240,7 +240,7 @@ def test_is_absolute_href_os_aware(self) -> None:
240
test_cases = [
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)),
+ # ("d:/item.json", (is_windows and is_py_3_13)),
244
# ("c:/files/more_files/item.json", (is_windows and is_py_3_13)),
245
]
246
0 commit comments