ansible-community / molecule-plugins

Collection on molecule plugins
MIT License
107 stars 71 forks source link

Unsupported URL scheme `http+docker` with Python 3.12.2 #262

Open nre-ableton opened 1 month ago

nre-ableton commented 1 month ago

I'm trying to update some of my molecule-based projects to Python 3.12.2 and am getting the following error:

Error connecting: Error while fetching server API version: Not supported URL scheme http+docker

Has the Molecule Docker plugin been tested and verified working with Python 3.12.x?

konstruktoid commented 1 month ago

it was added in https://github.com/ansible-community/molecule-plugins/pull/207 but the CI has been broken for a while. hopefully https://github.com/ansible-community/molecule-plugins/pull/260 will be merged soon, but this repository seems to be pretty dormant.

konstruktoid commented 1 month ago

and a couple of notes regarding http+docker: https://github.com/ansible-community/molecule-plugins/issues/256 https://github.com/ansible-collections/community.docker/issues/860