[Serve] Use pickle instead of clouldpickle (#9479)

This commit is contained in:
Simon Mo
2020-07-16 15:44:10 -07:00
committed by GitHub
parent 761b584814
commit 60a838f0f0
4 changed files with 49 additions and 3 deletions
+8
View File
@@ -90,6 +90,14 @@ py_test(
deps = [":serve_lib"],
)
py_test(
name = "test_regression",
size = "small",
srcs = serve_tests_srcs,
tags = ["exclusive"],
deps = [":serve_lib"],
)
py_test(
name = "test_util",