Skip to content

Commit

Permalink
Update tests: skipping test_install_huggingface_cached on windows
Browse files Browse the repository at this point in the history
fix #4
  • Loading branch information
cpietsch authored May 27, 2024
1 parent 6d86152 commit 8005503
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ def test_install_huggingface(self):
zoomaker = Zoomaker("zoo.yaml")
zoomaker.install()
self.assertTrue(os.path.exists("./tmp/embeddings/moebius.bin"))


@unittest.skipIf(sys.platform.startswith("win"), "Skipping on Windows")
def test_install_huggingface_cached(self):
filepath = try_to_load_from_cache(
repo_id="sd-concepts-library/moebius", filename="learned_embeds.bin")
Expand Down

0 comments on commit 8005503

Please sign in to comment.