Skip to content

Commit

Permalink
[Core] Fix test_hpu.py (#40909)
Browse files Browse the repository at this point in the history
Signed-off-by: Jiajun Yao <jeromeyjj@gmail.com>
  • Loading branch information
jjyao authored Nov 3, 2023
1 parent 82842ba commit b40828e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/tests/accelerators/test_hpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from ray._private.accelerators import hpu


def test_user_configured_more_than_visible(monkeypatch, shutdown_only):
def test_user_configured_more_than_visible(monkeypatch, call_ray_stop_only):
# Test more hpus are configured than visible.
monkeypatch.setenv("HABANA_VISIBLE_MODULES", "0,1,2")
with pytest.raises(ValueError):
Expand Down

0 comments on commit b40828e

Please sign in to comment.