Skip to content

Commit f9aec6f

Browse files
committed
Xfail build_frontend_args
1 parent e222093 commit f9aec6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_build_frontend_args.py

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

88

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

0 commit comments

Comments
 (0)