Skip to content

Commit

Permalink
fixture: shutdown only
Browse files Browse the repository at this point in the history
Signed-off-by: dentiny <dentinyhao@gmail.com>
  • Loading branch information
dentiny committed Nov 8, 2024
1 parent d80fb9c commit 1394249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/tests/test_runtime_env_uv.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def f():


# Specify uv version.
def test_uv_with_version():
def test_uv_with_version(shutdown_only):
@ray.remote(
runtime_env={"uv": {"packages": ["requests==2.3.0"], "uv_version": "==0.4.0"}}
)
Expand Down

0 comments on commit 1394249

Please sign in to comment.