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 08450ed commit 7f97394Copy full SHA for 7f97394
dandi/tests/test_download.py
@@ -1044,6 +1044,7 @@ def test_pyouthelper_time_remaining_1339():
1044
assert done[-1] == f"ETA: {10 - i} seconds<"
1045
1046
1047
+@mark.skipif_on_windows # https://github.com/pytest-dev/pytest/issues/12964
1048
def test_DownloadDirectory_basic(tmp_path: Path) -> None:
1049
with DownloadDirectory(tmp_path, digests={}) as dl:
1050
assert dl.dirpath.exists()
0 commit comments