0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 01:57:32 +01:00

Specify Elasticsearch <3.0 for tests

This commit is contained in:
Matt Westcott 2016-10-20 10:51:29 +01:00
parent 2ce6ec8046
commit 162f845e66

View File

@ -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',