Follow-up to #6027. The four TestAmdGpuMonitoring tests also set sys.modules["loggers"] = MagicMock() without cleanup, leaking a mock loggers module into later tests. Switch them to monkeypatch.setitem so the stub is undone at teardown, matching the worker test fix in #6027. |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| smoke_test_llama_prebuilt.py | ||
| smoke_test_parallel_studio_home.py | ||
| test_install_llama_prebuilt_logic.py | ||
| test_llama_pr_force_and_source.py | ||
| test_macos_version_compat.py | ||
| test_pr4562_bugfixes.py | ||
| test_rocm_support.py | ||
| test_selection_logic.py | ||