Skip to content

Commit e3ad601

Browse files
niftyneirustyrussell
authored andcommitted
make: include lnprototest in pythonpath
1 parent 144dbe6 commit e3ad601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ endif
8080

8181
# (method=thread to support xdist)
8282
PYTEST_OPTS := -v -p no:logging $(PYTEST_OPTS)
83-
PYTHONPATH=$(shell pwd)/contrib/pyln-client:$(shell pwd)/contrib/pyln-testing:$(shell pwd)/contrib/pyln-proto/
83+
PYTHONPATH=$(shell pwd)/contrib/pyln-client:$(shell pwd)/contrib/pyln-testing:$(shell pwd)/contrib/pyln-proto/:$(shell pwd)/external/lnprototest
8484

8585
# This is where we add new features as bitcoin adds them.
8686
FEATURES :=

0 commit comments

Comments
 (0)