From 0e6667f3b2f64e254206990aadbe1b6bf8b2cfe3 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Sat, 29 Apr 2017 10:30:44 +0930 Subject: [PATCH] pytest: fix dependencies Signed-off-by: Rusty Russell --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df697cbe9..0b80b4dd0 100644 --- a/Makefile +++ b/Makefile @@ -240,7 +240,7 @@ check: test-protocol $(MAKE) lightningd-blackbox-tests $(MAKE) pytest -pytest: daemon/lightningd +pytest: daemon/lightningd daemon/lightning-cli lightningd-all PYTHONPATH=contrib/pylightning python3 tests/test_lightningd.py # Keep includes in alpha order.