mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-30 03:24:55 +00:00
Specify Elasticsearch <3.0 for tests
This commit is contained in:
parent
c0046af9f5
commit
f3fdc3c972
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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',
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue