diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2012-06-27 17:21:46 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2012-06-27 20:57:07 +0900 |
commit | 4187f31ff44093c806bb18cbf4584361824b5386 (patch) | |
tree | 77c1adc17250c7b7b1621c3333aef0f90a1376db /tools/pip-requires | |
parent | 8dc9bf8ae855dcc38b177e016fcb3cc12708b5ad (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/pip-requires')
-rw-r--r-- | tools/pip-requires | 9 |
1 files changed, 0 insertions, 9 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 |