summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2012-06-27 17:21:46 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2012-06-27 20:57:07 +0900
commit4187f31ff44093c806bb18cbf4584361824b5386 (patch)
tree77c1adc17250c7b7b1621c3333aef0f90a1376db /tools
parent8dc9bf8ae855dcc38b177e016fcb3cc12708b5ad (diff)
test: improve the framework
run_test.sh: * run pylint on virtualenv to enforce version 0.25.0 for now. (because pylint 0.25.1 doesn't work due to a bug) * output pep8.log for Jenkins integration. pylint: * disable some noisy messages. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires9
-rw-r--r--tools/test-requires7
2 files changed, 1 insertions, 15 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index b599fb5b..39517c4c 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -1,13 +1,4 @@
-#Paste
-#PasteDeploy==1.5.0
-#Routes>=1.12.3
-#eventlet>=0.9.12
-#lxml
-#mox==0.5.3
gevent>=0.13
python-gflags==1.3
simplejson
-#sqlalchemy
webob==1.0.8
-
-#-e git+https://review.openstack.org/p/openstack/python-quantumclient#egg=python-quantumclient
diff --git a/tools/test-requires b/tools/test-requires
index e8276058..30546276 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -1,9 +1,4 @@
-#distribute>=0.6.24
-
coverage
-#mock>=0.7.1
nose
-#nosexcover
-#openstack.nose_plugin
pep8==0.6.1
-#webtest
+pylint==0.25.0