Skip to content

Commit 7d103d8

Browse files
Update message
1 parent 5227fe0 commit 7d103d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_cpython_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from vcztools import _vcztools
77

88
pytestmark = pytest.mark.skipif(
9-
sys.platform == "win32", reason="Not supported on Windows"
9+
sys.platform == "win32", reason="FIXME unexplained error on windows"
1010
)
1111

1212
FIXED_FIELD_NAMES = ["chrom", "pos", "id", "qual", "ref", "alt", "filter"]

0 commit comments

Comments
 (0)