Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tests: update pysolr requirement to 3.1.1
3.1.1 shipped a fix for a change in the Solr response format for the
content extraction handler
  • Loading branch information
acdha committed Jan 30, 2014
1 parent 55d5a76 commit 372b37f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/requirements.txt
Expand Up @@ -4,6 +4,6 @@ geopy==0.95.1
httplib2==0.8
lxml==3.2.3
mock
pysolr==3.1.0
pysolr>=3.2.0
python-dateutil
whoosh==2.5.4
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -15,7 +15,7 @@ downloadcache = {envtmpdir}tox-downloadcache/
deps =
lxml==3.2.3
mock==1.0.1
pysolr==3.1.0
pysolr>=3.2.0
whoosh==2.5.4
elasticsearch==0.4.3
httplib2==0.8
Expand Down

0 comments on commit 372b37f

Please sign in to comment.