From a1012b365c608b9ea6d1618de3739b05644075e3 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Wed, 31 Oct 2018 10:10:13 -0400 Subject: [PATCH] pin docker-compose to a working version --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c93df46e98..279e76b8c7 100644 --- a/tox.ini +++ b/tox.ini @@ -44,7 +44,8 @@ deps = #ansible #coverage #coveralls - docker-compose +; https://github.com/docker/compose/issues/6311 + docker-compose<1.23.0 commands = #python setup.py develop # coverage run --help