66ef9173a9
This patch set fixes the requirements, and two workarounds in the documentation due to the previously broken requirements. Change-Id: I3e2e7ec5897270f266ba5ea84c9927f7623b4483
27 lines
773 B
Plaintext
27 lines
773 B
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
|
|
mock>=2.0 # BSD
|
|
bashate>=0.2 # Apache-2.0
|
|
os-testr>=0.8.0 # Apache-2.0
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
testtools>=1.4.0 # MIT
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
|
|
# For documentation
|
|
sphinx!=1.6.1,>=1.5.1 # BSD
|
|
oslosphinx>=4.7.0 # Apache-2.0
|
|
reno>=1.8.0 # Apache-2.0
|
|
os-api-ref>=1.0.0 # Apache-2.0
|
|
|
|
# Tempest
|
|
tempest>=14.0.0 # Apache-2.0
|
|
|
|
# Functional tests.
|
|
requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
|