mirror of
https://github.com/wassname/ray.git
synced 2026-09-12 12:51:15 +08:00
[Serve] Use pickle instead of clouldpickle (#9479)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user