Skip to content

Commit 566b3c2

Browse files
Enable msprime tests on OSX
1 parent 8f7c672 commit 566b3c2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/test_simulated_data.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import sys
2-
1+
import msprime
32
import numpy.testing as nt
43
import pysam
54
import pytest
@@ -8,13 +7,9 @@
87
from bio2zarr import vcf2zarr
98

109

11-
@pytest.mark.skipif(sys.platform == "darwin", reason="msprime OSX pip packages broken")
1210
class TestTskitRoundTripVcf:
1311
@pytest.mark.parametrize("ploidy", [1, 2, 3, 4])
1412
def test_ploidy(self, ploidy, tmp_path):
15-
# FIXME importing here so pytest.skip avoids importing msprime.
16-
import msprime
17-
1813
ts = msprime.sim_ancestry(
1914
2,
2015
population_size=10**4,

0 commit comments

Comments
 (0)