309a441e01
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: I811f56c37218301c4c5bd25bae92a4b5b74537de
21 lines
315 B
Plaintext
21 lines
315 B
Plaintext
# Packages needed for dev testing
|
|
distribute>=0.6.24
|
|
|
|
# For translations processing
|
|
Babel
|
|
|
|
# Needed for testing
|
|
coverage
|
|
mox
|
|
nose
|
|
nose-exclude
|
|
openstack.nose_plugin>=0.7
|
|
nosehtmloutput>=0.0.3
|
|
pep8==1.1
|
|
sphinx>=1.1.2
|
|
requests
|
|
|
|
# Optional packages that should be installed when testing
|
|
xattr>=0.6.0
|
|
pysendfile==2.0.0
|