Skip to content

Commit 413a412

Browse files
authored
Disable Python import tests (#5795)
These test a behavior that we are moving away from. They take a lot of time and don't provide much value.
1 parent 0ae6637 commit 413a412

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

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

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("//src/workerd/server/tests/python:import_tests.bzl", "gen_import_tests", "gen_rust_import_tests")
1+
load("//src/workerd/server/tests/python:import_tests.bzl", "gen_rust_import_tests")
22
load("//src/workerd/server/tests/python:py_wd_test.bzl", "py_wd_test", "python_test_setup")
33

44
python_test_setup()
@@ -27,15 +27,6 @@ py_wd_test("sdk")
2727

2828
py_wd_test("seek-metadatafs")
2929

30-
gen_import_tests(
31-
pkg_skip_versions = {
32-
"0.28.2": [
33-
"micropip", # missing lockfile
34-
"soupsieve", # Circular dependency with beautifulsoup4
35-
],
36-
},
37-
)
38-
3930
gen_rust_import_tests()
4031

4132
py_wd_test("undefined-handler")

0 commit comments

Comments
 (0)