Skip to content

Commit

Permalink
fix(workaround,test): completely skip running test_DownloadDirectory_…
Browse files Browse the repository at this point in the history
…basic on windows

Somehow that causes "indigestion" to pytest process later in its life cycle
  • Loading branch information
yarikoptic committed Nov 14, 2024
1 parent 08450ed commit 7f97394
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dandi/tests/test_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -1044,6 +1044,7 @@ def test_pyouthelper_time_remaining_1339():
assert done[-1] == f"ETA: {10 - i} seconds<"


@mark.skipif_on_windows # https://github.com/pytest-dev/pytest/issues/12964
def test_DownloadDirectory_basic(tmp_path: Path) -> None:
with DownloadDirectory(tmp_path, digests={}) as dl:
assert dl.dirpath.exists()
Expand Down

0 comments on commit 7f97394

Please sign in to comment.