39741058fa
Adding nosehtmloutput as a test dependency allows nose to output its results to an html file. This will be used by Jenkins to save logs on a different server. Change-Id: Ic19030cc4cc8fcf99ee9442de175f38ac6126776
31 lines
791 B
Plaintext
31 lines
791 B
Plaintext
# Optional backend: Memcache
|
|
python-memcached
|
|
|
|
# Optional backend: LDAP
|
|
python-ldap==2.3.13 # authenticate against an existing LDAP server
|
|
|
|
# Testing
|
|
coverage # computes code coverage percentages
|
|
mox # mock object framework
|
|
nose # for test discovery and console feedback
|
|
nosexcover
|
|
openstack.nose_plugin
|
|
nosehtmloutput
|
|
pylint # static code analysis
|
|
pep8==1.3.3 # checks for PEP8 code style compliance
|
|
Sphinx>=1.1.2 # required to build documentation
|
|
unittest2 # backport of unittest lib in python 2.7
|
|
webtest # test wsgi apps without starting an http server
|
|
distribute>=0.6.24
|
|
|
|
# for python-keystoneclient
|
|
httplib2
|
|
python-keystoneclient>=0.1,<0.2
|
|
|
|
# swift_auth test dependencies
|
|
http://tarballs.openstack.org/swift/swift-master.tar.gz#egg=swift
|
|
netifaces
|
|
|
|
# For translations processing
|
|
Babel
|