From 14dcb54a179ff9cc6601ce3e57058a93af7b4858 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 23 Jul 2019 16:57:31 +0100 Subject: [PATCH] Fix broken pipenv/docutils dependency on CircleCI --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 320b7fb3c3..c61f40e83b 100755 --- a/setup.py +++ b/setup.py @@ -56,6 +56,9 @@ testing_extras = [ # For templates linting 'jinjalint>=0.5', + + # Pipenv hack to fix broken dependency causing CircleCI failures + 'docutils==0.15', ] # Documentation dependencies