Skip to content
Snippets Groups Projects
Commit 01379f6b authored by Stefano Borini's avatar Stefano Borini
Browse files

Removed mocking of numpy. He's sensitive.

parent e07ea762
No related branches found
No related tags found
1 merge request!72Removed numpy requirement
......@@ -25,11 +25,6 @@ def mock_modules():
from mock import MagicMock
try:
import numpy
except ImportError:
MOCK_MODULES.append('numpy')
class Mock(MagicMock):
@classmethod
def __getattr__(cls, name):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment