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