Commit 9c5ea093 authored by vertighel's avatar vertighel
Browse files

Remove ctypes.CDLL patch from test import (not needed on target machine)

parent 0dc6c7d0
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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