Module: check_mk
Branch: master
Commit: bc7aa989dd3c699ba023fc31f7ecf973016c5470
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=bc7aa989dd3c69…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Tue Sep 6 19:51:44 2016 +0200
Added missing dependency to test setup target
---
tests/Makefile | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/tests/Makefile b/tests/Makefile
index 5c1bb0b..fc2a8a7 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -19,6 +19,11 @@ test-pylint-ci:
setup:
- sudo pip install pytest requests beautifulsoup4
- sudo apt-get install python-lxml
+ sudo pip install \
+ pytest \
+ requests \
+ beautifulsoup4 \
+ pytest-stepwise
+ sudo apt-get install \
+ python-lxml
$(MAKE) -C pylint setup