Skip to content

Commit

Permalink
bazel py_test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderViand-Intel committed Jan 29, 2025
1 parent 359a68f commit a06a847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ py_library(
),
data = DATA_DEPS,
deps = [
"@frontend_pip_deps_colorama//:pkg",
"@frontend_pip_deps_numba//:pkg",
"@frontend_pip_deps_pybind11//:pkg",
"@frontend_pip_deps_pybind11_global//:pkg",
Expand Down
1 change: 1 addition & 0 deletions frontend/testing.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def frontend_test(name, srcs, deps = [], data = [], tags = []):
":frontend",
"@com_google_absl_py//absl/testing:absltest",
],
imports = ["."],
data = data,
tags = tags,
env = {
Expand Down

0 comments on commit a06a847

Please sign in to comment.