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