Loading tests/test_cameras.py +1 −3 Original line number Diff line number Diff line Loading @@ -3,8 +3,6 @@ import tempfile import unittest from unittest.mock import patch, MagicMock, ANY # Patch ctypes.CDLL so the Atik SDK is not loaded on the dev machine with patch('ctypes.CDLL'): from noctua import devices Loading Loading
tests/test_cameras.py +1 −3 Original line number Diff line number Diff line Loading @@ -3,8 +3,6 @@ import tempfile import unittest from unittest.mock import patch, MagicMock, ANY # Patch ctypes.CDLL so the Atik SDK is not loaded on the dev machine with patch('ctypes.CDLL'): from noctua import devices Loading