make: Include the $PYTEST_OPTS when running pytest

This commit is contained in:
Christian Decker 2020-10-09 14:02:11 +02:00
parent d5d41ef1a0
commit 30ecb17204

View file

@ -70,7 +70,7 @@ endif
# Timeout shortly before the 600 second travis silence timeout
# (method=thread to support xdist)
PYTEST_OPTS := -v --timeout=550 --timeout_method=thread -p no:logging
PYTEST_OPTS := -v --timeout=550 --timeout_method=thread -p no:logging $(PYTEST_OPTS)
PYTHONPATH=$(shell pwd)/contrib/pyln-client:$(shell pwd)/contrib/pyln-testing:$(shell pwd)/contrib/pyln-proto/
# This is where we add new features as bitcoin adds them.