Update to Pyodide 314.0.0 (#2906)
* Update to Pyodide 314.0.0 * Update selector * Update tests * Use v2 xbuildenvs endpoint * Update pyodide-build in constraints * Add comment about `test_build_filter_pyodide_prerelease`
This commit is contained in:
@@ -87,13 +87,13 @@ def get_versions_from_constraint_file(constraint_file: Path) -> dict[str, str]:
|
||||
return result
|
||||
|
||||
|
||||
@pytest.mark.parametrize("python_version", ["3.9", "3.13"])
|
||||
@pytest.mark.parametrize("python_version", ["3.9", "3.14"])
|
||||
def test_pinned_versions(
|
||||
tmp_path: Path, python_version: str, build_frontend_env_nouv: dict[str, str]
|
||||
) -> None:
|
||||
if utils.get_platform() == "linux":
|
||||
pytest.skip("linux doesn't pin individual tool versions, it pins manylinux images instead")
|
||||
if python_version != "3.13" and utils.get_platform() == "pyodide":
|
||||
if python_version != "3.14" and utils.get_platform() == "pyodide":
|
||||
pytest.skip(f"pyodide does not support Python {python_version}")
|
||||
|
||||
project_dir = tmp_path / "project"
|
||||
|
||||
Reference in New Issue
Block a user