From e3ad60150d4b42cff3d8652e16237e1df74db6c0 Mon Sep 17 00:00:00 2001 From: niftynei Date: Thu, 18 Mar 2021 15:54:43 -0500 Subject: [PATCH] make: include lnprototest in pythonpath --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e8829bc7..d5dae55fa 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ endif # (method=thread to support xdist) PYTEST_OPTS := -v -p no:logging $(PYTEST_OPTS) -PYTHONPATH=$(shell pwd)/contrib/pyln-client:$(shell pwd)/contrib/pyln-testing:$(shell pwd)/contrib/pyln-proto/ +PYTHONPATH=$(shell pwd)/contrib/pyln-client:$(shell pwd)/contrib/pyln-testing:$(shell pwd)/contrib/pyln-proto/:$(shell pwd)/external/lnprototest # This is where we add new features as bitcoin adds them. FEATURES :=