mirror of
https://github.com/wassname/ray.git
synced 2026-07-02 04:42:11 +08:00
[tune] Fix CLI test (#4801)
This commit is contained in:
committed by
Robert Nishihara
parent
98dd033179
commit
9f2645d6ea
@@ -33,7 +33,7 @@ class Capturing():
|
||||
|
||||
@pytest.fixture
|
||||
def start_ray():
|
||||
ray.init()
|
||||
ray.init(log_to_driver=False)
|
||||
_register_all()
|
||||
yield
|
||||
ray.shutdown()
|
||||
|
||||
Reference in New Issue
Block a user