Skip to content

Commit af5cfb2

Browse files
actions-userhoodmane
authored andcommitted
fixup! Add pytest-based tests
Update python_metadata.bzl with new bundle info This commit updates the backport and integrity values in python_metadata.bzl based on the latest Pyodide bundle upload. 🤖 Generated automatically by release-python-runtime workflow
1 parent f286b20 commit af5cfb2

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

build/deps/python.MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ pip.parse(
2020
use_repo(pip, "py_deps", "v8_python_deps")
2121

2222
pyodide = use_extension("//build/deps:dep_pyodide.bzl", "pyodide")
23-
use_repo(pyodide, "all_pyodide_wheels_20240829.4", "all_pyodide_wheels_20250808", "beautifulsoup4_src_0.26.0a2", "beautifulsoup4_src_0.28.2", "beautifulsoup4_src_development", "fastapi_src_0.26.0a2", "fastapi_src_0.28.2", "fastapi_src_development", "pyodide-0.26.0a2", "pyodide-0.28.2", "pyodide-lock_20240829.4.json", "pyodide-lock_20250808.json", "pyodide-snapshot-baseline-4569679fb.bin", "pyodide-snapshot-baseline-61eedf943.bin", "pyodide-snapshot-ew-py-package-snapshot_fastapi-v2.bin", "pyodide-snapshot-ew-py-package-snapshot_numpy-v2.bin", "pyodide-snapshot-package_snapshot_fastapi-a6ccb56fe.bin", "pyodide-snapshot-package_snapshot_numpy-60c9cb28e.bin", "pyodide-snapshot-snapshot_a6b652a95810783f5078b9a5dbd4a07c30718acb4ff724e82c25db7353dd7f2d.bin", "pyodide_0.26.0a2_2024-03-01_75.capnp.bin", "pyodide_0.28.2_2025-01-16_6.capnp.bin", "pyodide_dev.capnp.bin", "pytest-asyncio_src_0.26.0a2", "pytest-asyncio_src_0.28.2", "pytest-asyncio_src_development", "python-workers-runtime-sdk_src_0.26.0a2", "python-workers-runtime-sdk_src_0.28.2", "python-workers-runtime-sdk_src_development", "scipy_src_0.26.0a2", "shapely_src_0.28.2", "shapely_src_development")
23+
use_repo(pyodide, "all_pyodide_wheels_20240829.4", "all_pyodide_wheels_20250808", "beautifulsoup4_src_0.26.0a2", "beautifulsoup4_src_0.28.2", "beautifulsoup4_src_development", "fastapi_src_0.26.0a2", "fastapi_src_0.28.2", "fastapi_src_development", "pyodide-0.26.0a2", "pyodide-0.28.2", "pyodide-lock_20240829.4.json", "pyodide-lock_20250808.json", "pyodide-snapshot-baseline-4569679fb.bin", "pyodide-snapshot-baseline-61eedf943.bin", "pyodide-snapshot-ew-py-package-snapshot_fastapi-v2.bin", "pyodide-snapshot-ew-py-package-snapshot_numpy-v2.bin", "pyodide-snapshot-package_snapshot_fastapi-a6ccb56fe.bin", "pyodide-snapshot-package_snapshot_numpy-60c9cb28e.bin", "pyodide-snapshot-snapshot_a6b652a95810783f5078b9a5dbd4a07c30718acb4ff724e82c25db7353dd7f2d.bin", "pyodide_0.26.0a2_2024-03-01_76.capnp.bin", "pyodide_0.28.2_2025-01-16_7.capnp.bin", "pyodide_dev.capnp.bin", "pytest-asyncio_src_0.26.0a2", "pytest-asyncio_src_0.28.2", "pytest-asyncio_src_development", "python-workers-runtime-sdk_src_0.26.0a2", "python-workers-runtime-sdk_src_0.28.2", "python-workers-runtime-sdk_src_development", "scipy_src_0.26.0a2", "shapely_src_0.28.2", "shapely_src_development")

build/python_metadata.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ BUNDLE_VERSION_INFO = _make_bundle_version_info([
130130
"pyodide_version": "0.26.0a2",
131131
"pyodide_date": "2024-03-01",
132132
"packages": PACKAGES_20240829_4,
133-
"backport": "75",
134-
"integrity": "sha256-E1OCAgukWZU6gchqkxgYlvMSieJ8xz6aPFhN/KeqhTw=",
133+
"backport": "76",
134+
"integrity": "sha256-JJNmE10FaBPZ2p9/EKg6qy/hR2RgscCEYVpFreoPE44=",
135135
"flag": "pythonWorkers",
136136
"enable_flag_name": "python_workers",
137137
"emscripten_version": "3.1.52",
@@ -161,8 +161,8 @@ BUNDLE_VERSION_INFO = _make_bundle_version_info([
161161
"pyodide_version": "0.28.2",
162162
"pyodide_date": "2025-01-16",
163163
"packages": PACKAGES_20250808,
164-
"backport": "6",
165-
"integrity": "sha256-bsCa4xEXjgtTDJu7h28GzjJEGqCVawPMqlQqkauCVp8=",
164+
"backport": "7",
165+
"integrity": "sha256-AnWUl4RzLQLbQSB3RvC3y+hPNBPjS7tY2v04b+UfTsc=",
166166
"flag": "pythonWorkers20250116",
167167
"enable_flag_name": "python_workers_20250116",
168168
"emscripten_version": "4.0.9",

src/workerd/server/tests/python/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ vendored_py_wd_test(
1616
make_snapshot = False,
1717
test_template = "pytest/pytest.wd-test",
1818
use_snapshot = None,
19+
skip_python_flags = ["0.26.0a2"],
1920
)
2021

2122
py_wd_test("hello")

0 commit comments

Comments
 (0)