Skip to content

Commit 8be5d8a

Browse files
committed
skip embedding tests on windows
1 parent ab338cc commit 8be5d8a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

testing/embedding/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)