mirror of
https://github.com/wassname/ray.git
synced 2026-07-16 11:21:10 +08:00
Fix more Windows issues (#9011)
Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
@@ -182,13 +182,13 @@ def call_ray_start(request):
|
||||
# Disconnect from the Ray cluster.
|
||||
ray.shutdown()
|
||||
# Kill the Ray cluster.
|
||||
subprocess.check_output(["ray", "stop"])
|
||||
subprocess.check_call(["ray", "stop"])
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def call_ray_stop_only():
|
||||
yield
|
||||
subprocess.check_output(["ray", "stop"])
|
||||
subprocess.check_call(["ray", "stop"])
|
||||
|
||||
|
||||
@pytest.fixture()
|
||||
|
||||
Reference in New Issue
Block a user