Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions packages/runtime-sdk/tests/test_in_workerd.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ def test_in_workerd( # noqa: PLR0913, PLR0917 (too-many-arguments)
"wsgi requires pyodide.ffi.run_sync (JSPI), unavailable before 2026-01-01"
)

if test_dir.name == "entropy-patches" and python_version == "3.14":
pytest.skip(
"TODO: enable me after https://github.com/cloudflare/workerd/pull/7200 lands in wrangler"
)

color = pytestconfig.get_terminal_writer().hasmarkup
target = tmp_path / test_dir.name
disk_service_dir = target / DISK_SERVICE_NAME
Expand Down
Loading