Skip to content

Commit

Permalink
Add numpy to modules to be loaded during tests
Browse files Browse the repository at this point in the history
Change-Id: Ic2da4f3ecf760b22414bb00a7e24c87e154e9b9e
  • Loading branch information
LarsMichelsen committed Jul 26, 2019
1 parent 32065b7 commit 2096f3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/omd/test_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def test_03_pip_interpreter_version(site):
"werkzeug",
"boto3",
"kubernetes",
"numpy",
])
def test_python_modules(site, module_name):
import importlib
Expand Down

0 comments on commit 2096f3f

Please sign in to comment.