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 3fc4ea6 commit b9b391cCopy full SHA for b9b391c
tests/test_embed/test_interpreter.py
@@ -2,13 +2,6 @@
2
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
12
from widget_module import Widget
13
14
tests/test_embed/test_trampoline.py
@@ -1,14 +1,5 @@
1
from __future__ import annotations
-import sys
import trampoline_module
0 commit comments