Skip to content

Commit

Permalink
skip embedding tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Oct 29, 2024
1 parent 9bf2c92 commit 4f37fac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testing/embedding/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import sys
import pytest

if sys.platform == "win32":
pytest.skip("XXX fixme", allow_module_level=True)

0 comments on commit 4f37fac

Please sign in to comment.