We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5227fe0 commit 7d103d8Copy full SHA for 7d103d8
1 file changed
tests/test_cpython_interface.py
@@ -6,7 +6,7 @@
6
from vcztools import _vcztools
7
8
pytestmark = pytest.mark.skipif(
9
- sys.platform == "win32", reason="Not supported on Windows"
+ sys.platform == "win32", reason="FIXME unexplained error on windows"
10
)
11
12
FIXED_FIELD_NAMES = ["chrom", "pos", "id", "qual", "ref", "alt", "filter"]
0 commit comments