Set mininum urllib3 version
There is a problem on executing unit tests: "ImportError: cannot import name 'IPV6_ADDRZ_RE'". To avoid such error, the best way is to set minimum version of urllib3 [1]. [1] https://github.com/boto/botocore/issues/2186#issuecomment-712467507 Change-Id: Ie1eaee065959068c3967e0c22cfda07571090356changes/24/759024/1
parent
ee2bc79ae2
commit
7e5c511a37
|
@ -21,3 +21,4 @@ google-api-python-client
|
|||
azure-mgmt-compute<17.0.0
|
||||
azure-mgmt-network<16.0.0
|
||||
azure-mgmt-resource<15.0.0
|
||||
urllib3>=1.25.4
|
||||
|
|
Loading…
Reference in New Issue