blob: 480ece694ff193e2c0c1fe3ef11c86b7625b4955 [file] [log] [blame]
package(default_visibility = ["//visibility:public"])
pex_pytest(
name = "executor_unittest",
size = "small",
srcs = ["heron_executor_unittest.py"],
reqs = [
"pytest==3.2.2",
],
deps = [
"//heron/executor/src/python:executor-py",
],
)