b8db6c6bc4
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 lower-bounds for a few dependencies to make the tests pass, including eventlet and greenlet. Remove the duplicate dependency on pecan. See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html for more details. Change-Id: I74c7cae0ceccd5aff77d5955c69ca842c598d633 Depends-On: https://review.openstack.org/555034 Depends-On: https://review.openstack.org/555402 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
croniter>=0.3.4 # MIT License
|
|
doc8>=0.6.0 # Apache-2.0
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
keystonemiddleware>=4.17.0 # Apache-2.0
|
|
mistral-lib>=0.4.0 # Apache-2.0
|
|
mock>=2.0.0 # BSD
|
|
networkx<2.0,>=1.10 # BSD
|
|
nose>=1.3.7 # LGPL
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
oslo.db>=4.27.0 # Apache-2.0
|
|
oslo.messaging>=5.29.0 # Apache-2.0
|
|
oslo.policy>=1.30.0 # Apache-2.0
|
|
osprofiler>=1.4.0 # Apache-2.0
|
|
os-api-ref>=1.4.0 # Apache-2.0
|
|
oauthlib>=0.6.2 # BSD
|
|
reno>=2.5.0 # Apache-2.0
|
|
requests-mock>=1.2.0 # Apache-2.0
|
|
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
|
|
sphinxcontrib-httpdomain>=1.3.0 # BSD
|
|
sphinxcontrib-pecanwsme>=0.8.0 # Apache-2.0
|
|
openstackdocstheme>=1.18.1 # Apache-2.0
|
|
tooz>=1.58.0 # Apache-2.0
|
|
tempest>=17.1.0 # Apache-2.0
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
testtools>=2.2.0 # MIT
|
|
unittest2>=1.1.0 # BSD
|
|
WSME>=0.8.0 # MIT
|