61b46c3401
The lower-constraints test was removed because of an issue where pip could not correctly determine the required packages versions to install, ending in an almost infinite loop that would end up in timeout, failure, and general mayhem. Recently the issue has been fixed and, if properly configured, the lower-constraints test can provide good indication of which minimum versions are required to support the current code. This patch adds the test back to the current development branch, and it runs only on master. The lower-constraints file will stay in the future stable branches. Adjust min versions in requirements.txt accordingly. Change-Id: I3678c29fb090244f5e00208e4dcc8f1ad8a54ff5
25 lines
446 B
Plaintext
25 lines
446 B
Plaintext
PyYAML==3.13
|
|
appdirs==1.3.0
|
|
cliff==2.8.0
|
|
coverage==4.0
|
|
ddt==1.0.1
|
|
dogpile.cache==0.8.0
|
|
fixtures==3.0.0
|
|
jsonschema==3.2.0
|
|
keystoneauth1==3.11.0
|
|
openstacksdk==0.18.0
|
|
osc-lib==2.0.0
|
|
oslo.config==6.3.0
|
|
oslo.log==3.36.0
|
|
oslo.utils==3.33.0
|
|
oslotest==3.2.0
|
|
pbr==2.0.0
|
|
python-cinderclient==7.2.1
|
|
python-novaclient==9.0.0
|
|
python-openstackclient==3.12.0
|
|
requests-mock==1.2.0
|
|
requests==2.14.2
|
|
stestr==1.0.0
|
|
stevedore==1.20.0
|
|
tempest==25.0.0
|
|
testtools==2.2.0 |