Browse Source

pytest: fix dependencies

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa-0.6.1
Rusty Russell 8 years ago
committed by Christian Decker
parent
commit
0e6667f3b2
  1. 2
      Makefile

2
Makefile

@ -240,7 +240,7 @@ check: test-protocol
$(MAKE) lightningd-blackbox-tests
$(MAKE) pytest
pytest: daemon/lightningd
pytest: daemon/lightningd daemon/lightning-cli lightningd-all
PYTHONPATH=contrib/pylightning python3 tests/test_lightningd.py
# Keep includes in alpha order.

Loading…
Cancel
Save