Skip to content

Commit

Permalink
make: Include the $PYTEST_OPTS when running pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Oct 13, 2020
1 parent d5d41ef commit 30ecb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 30ecb17

Please sign in to comment.