Skip to content

Commit a080e8f

Browse files
benjefferymergify[bot]
authored andcommitted
Skip test on windows
1 parent bb5a7c4 commit a080e8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_inference.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,6 +1516,7 @@ def test_errors(self, tmp_path, tmpdir):
15161516
tsinfer.match_ancestors_batch_groups(tmpdir / "work", 2, 3)
15171517

15181518

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

0 commit comments

Comments
 (0)