We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e222093 commit f9aec6fCopy full SHA for f9aec6f
test/test_build_frontend_args.py
@@ -6,6 +6,7 @@
6
from .test_projects.c import new_c_project
7
8
9
+@utils.skip_if_pyodide(reason="pyodide build -h doesn't print help text https://github.com/pyodide/pyodide/issues/4783")
10
@pytest.mark.parametrize("frontend_name", ["pip", "build"])
11
def test_build_frontend_args(tmp_path, capfd, frontend_name):
12
project = new_c_project()
0 commit comments