Skip to content

Commit

Permalink
explicit choice of the docker image to use for mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
nurbal committed Feb 10, 2023
1 parent 36a0678 commit 66257e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 66257e3

Please sign in to comment.