Skip to content

Commit c9c6b0b

Browse files
beeenderWauplin
andauthored
Update tests/test_file_download.py
Co-authored-by: Lucain <[email protected]>
1 parent 417cb91 commit c9c6b0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_file_download.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,7 @@ def test_download_from_a_gated_repo_with_hf_hub_download(self):
638638
cache_dir=tmpdir,
639639
)
640640

641+
@unittest.skipIf(os.name == "nt", "Lock files are always deleted on Windows.")
641642
@unittest.skipIf(os.name == "nt", "Lock files are always deleted on Windows.")
642643
def test_keep_lock_file(self):
643644
"""Lock files should be kept if HF_HUB_KEEP_LOCK_FILES is True."""

0 commit comments

Comments
 (0)