mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-20 13:54:36 +01:00
make: Include the $PYTEST_OPTS when running pytest
This commit is contained in:
parent
d5d41ef1a0
commit
30ecb17204
1 changed files with 1 additions and 1 deletions
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue