test: importorskip numpy in thinking-sound tests (lazy voice dep, hermetic CI)

This commit is contained in:
Teknium 2026-07-29 02:01:29 -07:00
parent d042264310
commit b6729ba905
1 changed files with 5 additions and 1 deletions

View File

@ -16,7 +16,11 @@ import threading
import time
from unittest.mock import patch
import numpy as np
import pytest
np = pytest.importorskip(
"numpy", reason="numpy is a lazy voice dependency, absent in hermetic CI"
)
import tools.voice_mode as vm