Skip to content

Commit

Permalink
lint
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 96d791d commit 3e3c516
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions python/ray/tests/test_runtime_env_uv.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,8 @@ def f():
import pip

return pip.__version__

with pytest.raises(ray.exceptions.RuntimeEnvSetupError):
ray.get(f.remote())

with pytest.raises(ray.exceptions.RuntimeEnvSetupError) as _:
with pytest.raises(ray.exceptions.RuntimeEnvSetupError):
ray.get(f.remote())


Expand Down

0 comments on commit 3e3c516

Please sign in to comment.