
The current 3rd-party module requirements for cinder are still from the nova git import. Usually, having an upper bound for requirements makes only sense where API-incompatible changes are expected (like WebOb). For the others it is better the only require a minimum version because usually distributions differ on the shipped versions of these Python modules. For instance, openSUSE has newer versions for almost all of those and running the testsuite there works flawlessly. Change-Id: I4614a2ea87084f927a557b9fb85dcd10ae9dfeff
15 lines
201 B
Plaintext
15 lines
201 B
Plaintext
# Packages needed for dev testing
|
|
distribute>=0.6.28
|
|
|
|
coverage
|
|
mox>=0.5.3
|
|
nose
|
|
nosexcover
|
|
openstack.nose_plugin
|
|
nosehtmloutput
|
|
pep8==1.3.3
|
|
pylint==0.25.2
|
|
sphinx>=1.1.2
|
|
MySQL-python
|
|
hp3parclient>=1.0.0
|