We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae6637 commit 413a412Copy full SHA for 413a412
src/workerd/server/tests/python/BUILD.bazel
@@ -1,4 +1,4 @@
1
-load("//src/workerd/server/tests/python:import_tests.bzl", "gen_import_tests", "gen_rust_import_tests")
+load("//src/workerd/server/tests/python:import_tests.bzl", "gen_rust_import_tests")
2
load("//src/workerd/server/tests/python:py_wd_test.bzl", "py_wd_test", "python_test_setup")
3
4
python_test_setup()
@@ -27,15 +27,6 @@ py_wd_test("sdk")
27
28
py_wd_test("seek-metadatafs")
29
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
-
39
gen_rust_import_tests()
40
41
py_wd_test("undefined-handler")
0 commit comments