Browse Source

make: Include the $PYTEST_OPTS when running pytest

travis-experimental
Christian Decker 4 years ago
parent
commit
30ecb17204
  1. 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…
Cancel
Save