summaryrefslogtreecommitdiff
path: root/ironic/tests/__init__.py
diff options
context:
space:
mode:
authorDevananda van der Veen <devananda.vdv@gmail.com>2013-05-16 11:35:55 -0700
committerMonty Taylor <mordred@inaugust.com>2013-05-16 18:40:38 -0700
commitdd4521a3cc18363bd87d419e46056ec517cd6ebf (patch)
treee8444d52f055e8a4d27e88a2fddd60a68bd7f36f /ironic/tests/__init__.py
parente1109c9b99c420918b2ada987c1da8d6827cc3bc (diff)
downloadironic-dd4521a3cc18363bd87d419e46056ec517cd6ebf.tar.gz
Fix pep8 errors and make it pass Jenkins tests.
Fix all existing pep8 errors. Remove install_venv and friends, which were not needed. Add a few ignores for nova code that is yet to be cleaned up. Skip one failing test case, fixed by review 29394. Import contrib/redhat-eventlet.patch from Nova. Change-Id: I46b6ccaa272bd058757064672ce9221263ed7087
Diffstat (limited to 'ironic/tests/__init__.py')
-rw-r--r--ironic/tests/__init__.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/ironic/tests/__init__.py b/ironic/tests/__init__.py
index cf3103ea5..77c15eed6 100644
--- a/ironic/tests/__init__.py
+++ b/ironic/tests/__init__.py
@@ -24,9 +24,7 @@
:platform: Unix
"""
-# TODO(mikal): move eventlet imports to ironic.__init__ once we move to PBR
-import os
-import sys
+# TODO(deva): move eventlet imports to ironic.__init__ once we move to PBR
import eventlet