IDR / deployment

Deployment infrastructure for the Image Data Resource
https://idr.openmicroscopy.org/about/deployment.html
BSD 2-Clause "Simplified" License
12 stars 14 forks source link

bump iviewer 0.14.0 #423

Closed will-moore closed 4 months ago

will-moore commented 5 months ago

bump iviewer 0.14.0

cc @jburel

will-moore commented 5 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?

sbesson commented 5 months ago

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.

will-moore commented 4 months ago

Rebased and force-pushed. Build now green