Skip to content

Commit

Permalink
Final fix for yesterdays changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Old-Shatterhand committed Mar 15, 2024
1 parent 62a3bd3 commit ebc24b0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/test_clustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,12 @@ def test_foldseek_protein():


@pytest.mark.nowin
def test_mash_genomic(genome_fasta_data):
def test_mash_genomic():
data = genome_fasta_data(MASH)
if platform.system() == "Windows":
pytest.skip("MASH is not supported on Windows")
run_mash(genome_fasta_data, 1, Path())
check_clustering(genome_fasta_data)
run_mash(data, 1, Path())
check_clustering(data)


@pytest.mark.nowin
Expand Down

0 comments on commit ebc24b0

Please sign in to comment.