Closed will-moore closed 4 months ago
Build is failing Molecule
test:
File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/urllib3/poolmanager.py", line 326, in connection_from_context
raise URLSchemeUnknown(scheme)
urllib3.exceptions.URLSchemeUnknown: Not supported URL scheme http+docker
@jburel Any ideas what's going on here?
Pretty sure the build issues are related to the requests 2.32.0 changes discussed in https://github.com/ansible-community/molecule-plugins/pull/257 , https://github.com/docker/docker-py/issues/3256 and https://github.com/psf/requests/issues/6707
As a workaround, @khaledk2 capped the version of requests
installed in the workflow - see https://github.com/IDR/deployment/pull/424#issuecomment-2146081892.
Rebased and force-pushed. Build now green
bump iviewer 0.14.0
cc @jburel