Skip to content

Commit b9b391c

Browse files
committed
tests: revert changes to test_embed
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 3fc4ea6 commit b9b391c

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

tests/test_embed/test_interpreter.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22

33
import sys
44

5-
import pytest
6-
7-
if sys.platform.startswith("emscripten"):
8-
pytest.skip(
9-
"Test not implemented from single wheel on Pyodide", allow_module_level=True
10-
)
11-
125
from widget_module import Widget
136

147

tests/test_embed/test_trampoline.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
from __future__ import annotations
22

3-
import sys
4-
5-
import pytest
6-
7-
if sys.platform.startswith("emscripten"):
8-
pytest.skip(
9-
"Test not implemented from single wheel on Pyodide", allow_module_level=True
10-
)
11-
123
import trampoline_module
134

145

0 commit comments

Comments
 (0)