Skip to content

Commit

Permalink
Enable external pkg loading by default for tests run against Python dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
dom96 committed Jan 13, 2025
1 parent c5f8996 commit d64c318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/workerd/server/tests/python/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ py_wd_test("subdirectory")

py_wd_test(
"sdk",
python_flags = ["0.26.0a2"],
tags = [
# TODO(someday): Fix asan failure for this, see https://github.com/cloudflare/workerd/pull/3140#discussion_r1858273318
"no-asan",
Expand Down
2 changes: 1 addition & 1 deletion src/workerd/server/tests/python/py_wd_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ load("//:build/wd_test.bzl", "wd_test")

FEATURE_FLAGS = {
"0.26.0a2": ["python_workers"],
"development": ["python_workers_development"],
"development": ["python_workers_development", "python_external_packages"],
}

def py_wd_test(
Expand Down

0 comments on commit d64c318

Please sign in to comment.