Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/unittests/test_topology.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ def test_nvml_query_helpers_do_not_manage_lifecycle(self, monkeypatch):
assert fake_pynvml.init_calls == 0
assert fake_pynvml.shutdown_calls == 0

@pytest.mark.skip(reason="Broken by #501/#514 topology refactor, see issue tracking fix")
Comment thread
mawad-amd marked this conversation as resolved.
Comment thread
mawad-amd marked this conversation as resolved.
def test_amdsmi_query_helpers_do_not_manage_lifecycle(self, monkeypatch):
fake_amdsmi = _make_fake_amdsmi()
monkeypatch.setitem(sys.modules, "amdsmi", fake_amdsmi)
Expand Down
Loading