
There is no assert_called() method in mock, replace it with assert_called_with() method. The old method used to work with mock 1.0.1 because it was a noop in magicmock. Needs https://review.openstack.org/#/c/200583 to pass the requirements check. https://review.openstack.org/#/c/193935/ changed the OS_* vars we source by forcing v2password as the auth method. change our identity v3 test setup by setting v3password Co-Authored-By: Steve Martinelli <stevemar@ca.ibm.com> Closes-Bug: 1473454 Depends-on: I0cfab6d13e5d9e744cb302c86a2c21269923e75d Change-Id: Id22765c7e044797e03d19ad1b103fadec2726aa2
20 lines
555 B
Plaintext
20 lines
555 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.11,>=0.10.0
|
|
|
|
coverage>=3.6
|
|
discover
|
|
fixtures>=1.3.1
|
|
mock>=1.0;python_version!='2.6'
|
|
mock==1.0.1;python_version=='2.6'
|
|
oslosphinx>=2.5.0 # Apache-2.0
|
|
oslotest>=1.5.1 # Apache-2.0
|
|
requests-mock>=0.6.0 # Apache-2.0
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
|
os-testr>=0.1.0
|
|
testrepository>=0.0.18
|
|
testtools>=1.4.0
|
|
WebOb>=1.2.3
|
|
tempest-lib>=0.6.1
|