Skip to content

Commit a8532b3

Browse files
committed
tests: Add MORE_PYTEST_OPTS so users can extend the options
1 parent 3c1fcec commit a8532b3

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
@@ -68,7 +68,7 @@ COMPAT_CFLAGS=-DCOMPAT_V052=1 -DCOMPAT_V060=1 -DCOMPAT_V061=1 -DCOMPAT_V062=1 -D
6868
endif
6969

7070
# (method=thread to support xdist)
71-
PYTEST_OPTS := -v -p no:logging $(PYTEST_OPTS)
71+
PYTEST_OPTS := -v -p no:logging $(PYTEST_OPTS) $(MORE_PYTEST_OPTS)
7272
MY_CHECK_PYTHONPATH=$${PYTHONPATH}$${PYTHONPATH:+:}$(shell pwd)/contrib/pyln-client:$(shell pwd)/contrib/pyln-testing:$(shell pwd)/contrib/pyln-proto/:$(shell pwd)/external/lnprototest:$(shell pwd)/contrib/pyln-spec/bolt1:$(shell pwd)/contrib/pyln-spec/bolt2:$(shell pwd)/contrib/pyln-spec/bolt4:$(shell pwd)/contrib/pyln-spec/bolt7
7373
# Collect generated python files to be excluded from lint checks
7474
PYTHON_GENERATED= \

0 commit comments

Comments
 (0)