b5ed14f90a
Create a tox environment for running the unit tests against the lower bounds of the dependencies. Create a lower-constraints.txt to be used to enforce the lower bounds in those tests. Add openstack-tox-lower-constraints job to the zuul configuration. Update the dependencies needed to make the unit tests pass while constrained to the lower bounds. See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html for more details. Co-Authored-By: Nguyen Hai <nguyentrihai93@gmail.com> Change-Id: I2a8f465c8b08370517cbec857933b08fca94ca38 Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
11 lines
265 B
Plaintext
11 lines
265 B
Plaintext
hacking<0.11,>=0.10.0
|
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
keystoneauth1>=3.4.0 # Apache-2.0
|
|
mock>=1.2.0 # BSD
|
|
oslosphinx>=4.7.0 # Apache-2.0
|
|
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
|
|
testrepository>=0.0.18
|
|
reno>=2.5.0 # Apache-2.0
|
|
openstackdocstheme>=1.18.1 # Apache-2.0
|