Update requirements

Syncing requirements with global requirements
while waiting for the proposal bot being
activated.

Change-Id: Ie95038aef92c142c404fbe4b4bce83fd06480dbe
This commit is contained in:
Lennart Regebro 2015-10-07 14:46:56 +02:00
parent 7ac2745f11
commit e9636d5a5b
3 changed files with 10 additions and 10 deletions

View File

@ -1,17 +1,17 @@
# 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.
pbr>=0.6,!=0.7,<1.0
pbr>=1.6
Babel>=1.3
cliff>=1.7.0 # Apache-2.0
cliff>=1.14.0 # Apache-2.0
ipaddress
passlib>=1.6
python-ironic-inspector-client>=1.0.1
os-cloud-config
python-heatclient>=0.3.0
python-ironicclient>=0.4.1
python-openstackclient>=1.0.0
python-ironicclient>=0.8.0
python-openstackclient>=1.5.0
six>=1.9.0
# tripleo-common lib is not yet on PyPi

View File

@ -1,13 +1,13 @@
# 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.10.0,<0.11
hacking>=0.10.2,<0.11
coverage>=3.6
discover
fixtures>=0.3.14
mock<=1.0.99
oslosphinx>=2.2.0 # Apache-2.0
fixtures>=1.3.1
mock>=1.2
oslosphinx>=2.5.0 # Apache-2.0
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
testrepository>=0.0.18
testtools>=0.9.36,!=1.2.0
testtools>=1.4.0

View File

@ -732,7 +732,7 @@ class TestConfigureReadyState(fakes.TestBaremetal):
self.assertEqual(2, bm_client.node.vendor_passthru.call_count)
bm_client.node.vendor_passthru.assert_has_calls(
mock.call('foo', 'list_unfinished_jobs', http_method='GET'),
[mock.call('foo', 'list_unfinished_jobs', http_method='GET')]
)
@mock.patch.object(baremetal.ConfigureReadyState, 'sleep_time',