mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-11 01:27:36 +03:00
Leave numpy and cv2 unmocked
This commit is contained in:
parent
bbbc31c32c
commit
db42eff374
@ -4,8 +4,8 @@ import unittest
|
||||
from unittest.mock import MagicMock
|
||||
|
||||
MOCK_MODULES = [
|
||||
"cv2",
|
||||
"numpy",
|
||||
# "cv2",
|
||||
# "numpy",
|
||||
"zmq",
|
||||
"peewee",
|
||||
"sherpa_onnx",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user