ansible-community / molecule-plugins

Collection on molecule plugins
MIT License
109 stars 73 forks source link

docker/create.yml: create network before building local image #195

Closed pbjhelmert closed 10 months ago

pbjhelmert commented 11 months ago

Else the build will attempt to use a network that hasn't been created yet. This is essentially a resurrection of ehartmann's PR against molecule-docker before its death.

Closes: #24

pbjhelmert commented 11 months ago

Seems like the failures are related to an indirect dependency, pytest_plus, introducing functionality to fail tests when there are duplicate test names:

https://github.com/pytest-dev/pytest-plus/releases/tag/v0.5.0

I'll just override this for now since these changes are unrelated.

pbjhelmert commented 10 months ago

Done!