Skip to content

Commit

Permalink
[nfc] add py_wd_test tag to py_wd_test tests (#2710)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikea authored Sep 13, 2024
1 parent 157fe35 commit 488b490
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/workerd/server/tests/python/py_wd_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ def py_wd_test(
name = None,
args = [],
size = "enormous",
tags = [],
**kwargs):
data += ["pyodide_dev.capnp.bin@rule"]
args += ["--pyodide-bundle-disk-cache-dir", "$(location pyodide_dev.capnp.bin@rule)/.."]
Expand All @@ -16,5 +17,6 @@ def py_wd_test(
name = name,
args = args,
size = size,
tags = tags + ["py_wd_test"],
**kwargs
)

0 comments on commit 488b490

Please sign in to comment.