Cap requests-mock to 1.6.0
Version 1.7.0 includes a fix that is breaking some keystoneauth tests: https://github.com/jamielennox/requests-mock/pull/93 Cap at 1.6.0 until we can get keystoneauth refactored to use the new version. Related-Bug: #1842978 Change-Id: I45e2011424c45ce41387164d29f7efd90efdfe63
This commit is contained in:
parent
84fbbf9ff1
commit
b7fc4603ab
@ -446,7 +446,7 @@ python-pytun # MIT
|
||||
pyzmq # LGPL+BSD
|
||||
redis # MIT
|
||||
hiredis # BSD
|
||||
requests-mock # Apache-2.0
|
||||
requests-mock!=1.7.0 # Apache-2.0
|
||||
tenacity # Apache-2.0
|
||||
retrying!=1.3.0 # Apache-2.0
|
||||
selenium # Apache-2.0
|
||||
|
@ -212,7 +212,7 @@ openstack-release-test===1.4.2
|
||||
pylxd===2.2.10
|
||||
pycryptodomex===3.9.0
|
||||
anyjson===0.3.3
|
||||
requests-mock===1.7.0
|
||||
requests-mock===1.6.0
|
||||
os-apply-config===10.4.0
|
||||
prometheus-client===0.7.1
|
||||
oslosphinx===4.18.0
|
||||
|
Loading…
Reference in New Issue
Block a user