Skip to content

Commit f93ca64

Browse files
Enable more tskit tests on Windows
1 parent 65fc2a1 commit f93ca64

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/test_tskit_data.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
from vcztools.plink import write_plink
2020
from vcztools.vcf_writer import write_vcf
2121

22-
pytestmark = pytest.mark.skipif(
23-
sys.platform == "win32", reason="Not supported on Windows"
24-
)
25-
2622

2723
def add_mutations(ts):
2824
# Add some mutation to the tree sequence. This guarantees that
@@ -211,6 +207,7 @@ def fx_simple_ts(tmp_path):
211207
# handled)
212208

213209

210+
@pytest.mark.skipIf(sys.platform == "win32", reason="Not supported on Windows")
214211
class TestVcfRoundTrip:
215212
def assert_bio2zarr_rt(self, tmp_path, tskit_vcz):
216213
vcf_path = tmp_path / "out.vcf"

0 commit comments

Comments
 (0)