IJ-CR-146078 update bazel files

GitOrigin-RevId: 3bcfd10f71c84283bded464e142ead99edc6a278
This commit is contained in:
Vladimir Krivosheev
2025-02-02 15:20:11 +00:00
committed by intellij-monorepo-bot
parent 548a999336
commit b8245e1370
107 changed files with 2101 additions and 1437 deletions
+21
View File
@@ -0,0 +1,21 @@
### auto-generated section `build intellij.python.community.testFramework.testEnv` start
load("@rules_jvm//:jvm.bzl", "jvm_library")
jvm_library(
name = "community-testFramework-testEnv",
module_name = "intellij.python.community.testFramework.testEnv",
visibility = ["//visibility:public"],
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
deps = [
"@lib//:kotlin-stdlib",
"//platform/util",
"//python/openapi:community",
"//platform/testFramework",
"//python/python-sdk:sdk",
"//python:python-community-impl",
"//platform/execution",
"@lib//:kotlin-reflect",
"//platform/lang-impl",
]
)
### auto-generated section `build intellij.python.community.testFramework.testEnv` end