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 417cb91 commit c9c6b0bCopy full SHA for c9c6b0b
tests/test_file_download.py
@@ -638,6 +638,7 @@ def test_download_from_a_gated_repo_with_hf_hub_download(self):
638
cache_dir=tmpdir,
639
)
640
641
+ @unittest.skipIf(os.name == "nt", "Lock files are always deleted on Windows.")
642
@unittest.skipIf(os.name == "nt", "Lock files are always deleted on Windows.")
643
def test_keep_lock_file(self):
644
"""Lock files should be kept if HF_HUB_KEEP_LOCK_FILES is True."""
0 commit comments