From 66257e3b31ee94be89c804785516be2214b2cac6 Mon Sep 17 00:00:00 2001 From: Bruno Carrez Date: Fri, 10 Feb 2023 14:16:50 -0500 Subject: [PATCH] explicit choice of the docker image to use for mongo --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6ce38382..acede8ad 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ deps = allowlist_externals = podman commands_pre = - podman run -dt --name testenv_mongo -p 27017:27017/tcp mongo + podman run -dt --name testenv_mongo -p 27017:27017/tcp docker.io/library/mongo:latest commands = pytest -v commands_post =