mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
[test] Clean-Up Test-Top-Level API (#15713)
This commit is contained in:
parent
6a044f4f30
commit
6e3ec98b72
1 changed files with 1 additions and 2 deletions
|
@ -18,6 +18,7 @@ def test_api_functions():
|
|||
"put",
|
||||
"kill",
|
||||
"cancel",
|
||||
"get_actor",
|
||||
"get_gpu_ids",
|
||||
"shutdown",
|
||||
"method",
|
||||
|
@ -30,8 +31,6 @@ def test_api_functions():
|
|||
]
|
||||
|
||||
OTHER_ALLOWED_FUNCTIONS = [
|
||||
# TODO(ilr) either move this to PYTHON_API or remove.
|
||||
"get_actor",
|
||||
# In the RuntimeContext API
|
||||
"get_runtime_context",
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue