From 8e7334b8dd282c20db36acd09f225ac47be11d8d Mon Sep 17 00:00:00 2001 From: Iuri de Silvio Date: Fri, 5 Jan 2024 23:08:18 +0100 Subject: [PATCH] Fix docker proto tests (#3611) * Fix docker proto tests * Remove changelog --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 86ac70d0c5a..646d3bb58e4 100644 --- a/tox.ini +++ b/tox.ini @@ -271,6 +271,8 @@ deps = pytest==7.1.3 # Pinning PyYAML for issue: https://github.com/yaml/pyyaml/issues/724 PyYAML==5.3.1 + # Pinning docker for issue: https://github.com/docker/compose/issues/11309 + docker<7 docker-compose==1.29.2 requests==2.28.2