Skip to content

Commit 372b37f

Browse files
committed
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
1 parent 55d5a76 commit 372b37f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ geopy==0.95.1
44
httplib2==0.8
55
lxml==3.2.3
66
mock
7-
pysolr==3.1.0
7+
pysolr>=3.2.0
88
python-dateutil
99
whoosh==2.5.4

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ downloadcache = {envtmpdir}tox-downloadcache/
1515
deps =
1616
lxml==3.2.3
1717
mock==1.0.1
18-
pysolr==3.1.0
18+
pysolr>=3.2.0
1919
whoosh==2.5.4
2020
elasticsearch==0.4.3
2121
httplib2==0.8

0 commit comments

Comments
 (0)