diff options
author | Devananda van der Veen <devananda.vdv@gmail.com> | 2014-05-07 18:37:04 -0700 |
---|---|---|
committer | Michael Davies <michael@the-davies.net> | 2014-06-23 23:09:47 +0930 |
commit | 2ba774deb6def3ca8bad2131a8dd7ba4f2fac218 (patch) | |
tree | f9c2f73e2a386df76fd9419add80aa5736edabfb /requirements.txt | |
parent | 581ffa98d2fe56e2919b06f2caec3043fd745339 (diff) | |
download | ironic-2ba774deb6def3ca8bad2131a8dd7ba4f2fac218.tar.gz |
Mock pyghmi lib in unit tests if not present
Mock the pyghmi library from within ironic/tests/drivers so that
test_ipminative.py can import ironic/drivers/ipminative and run the unit
tests on it, even when the external library is not present. Also
corrects pep8 issue in ipminative by grouping the imports.
Change-Id: I870724bf48346857b1170463fcc7d22c08aca3bd
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 92f94597c..3f680c1b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,5 +27,4 @@ six>=1.7.0 jsonpatch>=1.1 WSME>=0.6 Jinja2 -pyghmi>=0.6.11 oslo.messaging>=1.3.0 |