Skip to content

Commit

Permalink
Add additional dependencies which are needed
Browse files Browse the repository at this point in the history
When running 'make' if one does not have sure or python-subunit
installed it will fail. Adding these to the dependencies.
  • Loading branch information
brarcher committed Nov 22, 2016
1 parent 6d68a72 commit 70f20f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ all: check_dependencies unit functional doctest
filename=lettuce-`python -c 'import lettuce;print lettuce.version'`.tar.gz

export PYTHONPATH:= ${PWD}
export LETTUCE_DEPENDENCIES:= nose mox sphinx lxml django fuzzywuzzy mock
export LETTUCE_DEPENDENCIES:= nose mox sphinx lxml django fuzzywuzzy mock python-subunit sure

check_dependencies:
@echo "Checking for dependencies to run tests ..."
Expand Down

0 comments on commit 70f20f4

Please sign in to comment.