mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-04 14:54:26 +01:00
make: Include the $PYTEST_OPTS when running pytest
This commit is contained in:
2
Makefile
2
Makefile
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user