We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab338cc commit 8be5d8aCopy full SHA for 8be5d8a
1 file changed
testing/embedding/__init__.py
@@ -0,0 +1,5 @@
1
+import sys
2
+import pytest
3
+
4
+if sys.platform == "win32":
5
+ pytest.skip("XXX fixme", allow_module_level=True)
0 commit comments