Skip to content

Commit

Permalink
Add one more import path for py_test
Browse files Browse the repository at this point in the history
  • Loading branch information
lidizheng committed Mar 28, 2019
1 parent 93bab21 commit 7bb9e33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/python/errors/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@ py_test(
"//src/python/grpcio_tests/tests:bazel_namespace_package_hack",
],
size = "small",
imports = ["../../../src/python/grpcio_status",],
imports = [
"../../../src/python/grpcio_status",
"../../../src/python/grpcio_tests",
],
)

0 comments on commit 7bb9e33

Please sign in to comment.