We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144dbe6 commit e3ad601Copy full SHA for e3ad601
Makefile
@@ -80,7 +80,7 @@ endif
80
81
# (method=thread to support xdist)
82
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/
+PYTHONPATH=$(shell pwd)/contrib/pyln-client:$(shell pwd)/contrib/pyln-testing:$(shell pwd)/contrib/pyln-proto/:$(shell pwd)/external/lnprototest
84
85
# This is where we add new features as bitcoin adds them.
86
FEATURES :=
0 commit comments