From 162f845e6605191c742ae7aee8b2fd2bc502d0d6 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 20 Oct 2016 10:51:29 +0100 Subject: [PATCH] Specify Elasticsearch <3.0 for tests --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8b3b374736..e9f2ec0f90 100755 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ testing_extras = [ 'python-dateutil>=2.2', 'pytz>=2014.7', 'Pillow>=2.7.0', - 'elasticsearch>=1.0.0', + 'elasticsearch>=1.0.0,<3.0', 'Jinja2>=2.8,<3.0', 'boto3>=1.1,<1.2',