Skip to content

Commit da2be3a

Browse files
committed
Xfail build_frontend_args
1 parent e222093 commit da2be3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_build_frontend_args.py

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
from .test_projects.c import new_c_project
77

88

9+
@utils.skip_if_pyodide(
10+
reason="pyodide build -h doesn't print help text https://github.com/pyodide/pyodide/issues/4783"
11+
)
912
@pytest.mark.parametrize("frontend_name", ["pip", "build"])
1013
def test_build_frontend_args(tmp_path, capfd, frontend_name):
1114
project = new_c_project()

0 commit comments

Comments
 (0)