8000 Skip test_interpreter_config (#1752) · LakshmanKishore/pyscript@801c639 · GitHub
[go: up one dir, main page]

Skip to content

Commit 801c639

Browse files
authored
Skip test_interpreter_config (pyscript#1752) 10000
* skip test_interpreter_config *Clarify the skip() comments on a couple other config tests
1 parent ffee4ad commit 801c639

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyscript.core/tests/integration/test_py_config.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def test_py_config_external(self):
110110
# The test checks if loading a different interpreter is possible
111111
# and that too from a locally downloaded file without needing
112112
# the use of explicit `indexURL` calculation.
113+
@pytest.mark.skip("Interpreters key is not implemented in PyScript Next")
113114
def test_interpreter_config(self, pyodide_tar):
114115
unzip(pyodide_tar, extract_to=self.tmpdir)
115116
self.pyscript_run(
@@ -201,7 +202,7 @@ def test_multiple_py_config(self):
201202
)
202203
assert banner.text_content() == expected
203204

204-
@pytest.mark.skip("FIXME: We need to restore the banner.")
205+
@pytest.mark.skip("Interpreters key is not implemented in PyScript Next")
205206
def test_no_interpreter(self):
206207
snippet = """
207208
<py-config type="json">
@@ -216,7 +217,7 @@ def test_no_interpreter(self):
216217
div.text_content() == "(PY1000): Fatal error: config.interpreter is empty"
217218
)
218219

219-
@pytest.mark.skip("FIXME: We need to restore the banner.")
220+
@pytest.mark.skip("Interpreters key is not implemented in PyScript Next")
220221
def test_multiple_interpreter(self):
221222
snippet = """
222223
<py-config type="json">

0 commit comments

Comments
 (0)
0