We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf2c92 commit 4f37facCopy full SHA for 4f37fac
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