Skip to content

Commit c012a0f

Browse files
committed
XXX: Test only graalpy in my CI
1 parent ccdf280 commit c012a0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/conftest.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def build_frontend_env_nouv(request: pytest.FixtureRequest) -> dict[str, str]:
3434
if platform == "pyodide" and frontend == "pip":
3535
pytest.skip("Can't use pip as build frontend for pyodide platform")
3636

37-
return {"CIBW_BUILD_FRONTEND": frontend}
37+
return {"CIBW_BUILD": "gp*", "CIBW_BUILD_FRONTEND": frontend}
3838

3939

4040
@pytest.fixture
@@ -43,7 +43,7 @@ def build_frontend_env(build_frontend_env_nouv: dict[str, str]) -> dict[str, str
4343
if frontend != "build" or platform == "pyodide" or find_uv() is None:
4444
return build_frontend_env_nouv
4545

46-
return {"CIBW_BUILD_FRONTEND": "build[uv]"}
46+
return {"CIBW_BUILD": "gp*", "CIBW_BUILD_FRONTEND": "build[uv]"}
4747

4848

4949
@pytest.fixture

0 commit comments

Comments
 (0)