### auto-generated section `build intellij.python.community.junit5Tests.framework.conda` start load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup") resourcegroup( name = "conda_test_resources", srcs = glob(["testResources/**/*"]), strip_prefix = "testResources" ) jvm_library( name = "conda", visibility = ["//visibility:public"], srcs = glob([], allow_empty = True) ) jvm_library( name = "conda_test_lib", module_name = "intellij.python.community.junit5Tests.framework.conda", visibility = ["//visibility:public"], srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True), resources = [":conda_test_resources"], deps = [ "@lib//:kotlin-stdlib", "//python/junit5Tests-framework:community-junit5Tests-framework_test_lib", "//python:python-community-impl", "//python:python-community-impl_test_lib", "//python/setup-test-environment/conda", "@lib//:junit5", "@lib//:jetbrains-annotations", "//platform/execution", "//platform/core-api:core", ] ) ### auto-generated section `build intellij.python.community.junit5Tests.framework.conda` end ### auto-generated section `test intellij.python.community.junit5Tests.framework.conda` start load("@community//build:tests-options.bzl", "jps_test") jps_test( name = "conda_test", runtime_deps = [":conda_test_lib"] ) ### auto-generated section `test intellij.python.community.junit5Tests.framework.conda` end