Skip to content

Commit

Permalink
tests: revert changes to test_embed
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Jul 18, 2024
1 parent b218b34 commit c9a83e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
7 changes: 0 additions & 7 deletions tests/test_embed/test_interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

import sys

import pytest

if sys.platform.startswith("emscripten"):
pytest.skip(
"Test not implemented from single wheel on Pyodide", allow_module_level=True
)

from widget_module import Widget


Expand Down
9 changes: 0 additions & 9 deletions tests/test_embed/test_trampoline.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
from __future__ import annotations

import sys

import pytest

if sys.platform.startswith("emscripten"):
pytest.skip(
"Test not implemented from single wheel on Pyodide", allow_module_level=True
)

import trampoline_module


Expand Down

0 comments on commit c9a83e5

Please sign in to comment.