Browse Source
The global requirments sync for this repo fails since it lists packages that are not in the global list. Manually sync requirements. Failure log from requirements sync: http://logs.openstack.org/d8/d89aad257d43fe02e42e44b2a0187dbd9f505c36/post/propose-update-requirements/15a7777/job-output.txt.gz#_2018-01-31_06_51_56_655451 Errors are: 'discover' is not in global-requirements.txt or blacklist.txt 'dpath' is not in global-requirements.txt or blacklist.txt 'salt' is not in global-requirements.txt or blacklist.txt 'yamllint' is not in global-requirements.txt or blacklist.txt Change-Id: Ifbd174d568b0cae5225faa6e25b1bc5fc4774e6echanges/47/539447/3 1.5.3
3 changed files with 35 additions and 18 deletions
@ -0,0 +1,3 @@
|
||||
# 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. |
@ -1,23 +1,26 @@
|
||||
coverage>=4.0 # Apache-2.0 |
||||
# 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. |
||||
coverage!=4.4,>=4.0 # Apache-2.0 |
||||
discover |
||||
dpath>=1.3.2 |
||||
fixtures>=3.0.0 # Apache-2.0/BSD |
||||
fixtures>=3.0.0 # Apache-2.0/BSD |
||||
# Hacking already pins down pep8, pyflakes and flake8 |
||||
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 |
||||
mock>=2.0 # BSD |
||||
openstackdocstheme>=1.11.0 # Apache-2.0 |
||||
paunch>=1.0.0 # Apache-2.0 |
||||
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 |
||||
mock>=2.0.0 # BSD |
||||
openstackdocstheme>=1.18.1 # Apache-2.0 |
||||
paunch>=1.0.0 # Apache-2.0 |
||||
reno>=2.5.0 # Apache-2.0 |
||||
requests>=2.10.0,!=2.12.2,!=2.13.0 # Apache-2.0 |
||||
requests-mock>=1.1 # Apache-2.0 |
||||
requests>=2.14.2 # Apache-2.0 |
||||
requests-mock>=1.1.0 # Apache-2.0 |
||||
salt |
||||
sphinx>=1.6.2 # BSD |
||||
testrepository>=0.0.18 |
||||
testscenarios>=0.4 |
||||
testtools>=1.4.0 # MIT |
||||
sphinx!=1.6.6,>=1.6.2 # BSD |
||||
testrepository>=0.0.18 # Apache-2.0/BSD |
||||
testscenarios>=0.4 # Apache-2.0/BSD |
||||
testtools>=2.2.0 # MIT |
||||
yamllint>=1.2.0 |
||||
os-apply-config # Apache-2.0 |
||||
os-apply-config>=5.0.0 # Apache-2.0 |
||||
|
||||
python-heatclient>=1.6.1 # Apache-2.0 |
||||
python-keystoneclient>=3.8.0 # Apache-2.0 |
||||
python-openstackclient>=3.3.0 # Apache-2.0 |
||||
python-heatclient>=1.10.0 # Apache-2.0 |
||||
python-keystoneclient>=3.8.0 # Apache-2.0 |
||||
python-openstackclient>=3.12.0 # Apache-2.0 |
||||
|
Loading…
Reference in new issue