Add lxml to pip-requires
Without this, I was getting: ERROR: Failure: ImportError (No module named lxml) ... ImportError: No module named lxml ... ERROR: test_versions_index (melange.tests.unit.test_versions.TestVersionsController) ... Got: ImportError('No module named lxml',) ... ERROR: test_versions_index_for_xml (melange.tests.unit.test_versions.TestVersionsController) Got: ImportError('No module named lxml',) Change-Id: I73eac14526d4ea5991b5d7186d42208a4c230569
This commit is contained in:
parent
e23effda88
commit
41a38d96a6
@ -17,3 +17,4 @@ nosexcover
|
||||
webtest
|
||||
factory_boy
|
||||
httplib2
|
||||
lxml
|
||||
|
Loading…
x
Reference in New Issue
Block a user