Skip to content

Commit f0e29e2

Browse files
author
Jonathon Belotti
committed
fix tests
1 parent c87526a commit f0e29e2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

src/BUILD

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,12 @@ py_test(
99
name = "test",
1010
srcs = glob(["tests/*.py"]),
1111
main = "tests/__main__.py",
12-
deps = [":src"],
12+
deps = [
13+
":src",
14+
"//third_party/python:pkginfo",
15+
],
16+
size="small",
17+
imports = [
18+
"../third_party/python/",
19+
]
1320
)

third_party/python/BUILD

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)