test: importorskip numpy in thinking-sound tests (lazy voice dep, hermetic CI)
This commit is contained in:
parent
d042264310
commit
b6729ba905
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue