Skip to content

Commit

Permalink
Skip test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery authored and mergify[bot] committed Sep 3, 2024
1 parent bb5a7c4 commit a080e8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -1516,6 +1516,7 @@ def test_errors(self, tmp_path, tmpdir):
tsinfer.match_ancestors_batch_groups(tmpdir / "work", 2, 3)


@pytest.mark.skipif(sys.platform == "win32", reason="No cyvcf2 on windows")
class TestBatchSampleMatching:
def test_match_samples_batch(self, tmp_path, tmpdir):
mat_sd, mask_sd, _, _ = tsutil.make_materialized_and_masked_sampledata(
Expand Down

0 comments on commit a080e8f

Please sign in to comment.