From 6e4745b28a22e58cb63974c74fecb426d7390d1c Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 23 Jul 2018 15:19:09 -0700 Subject: [PATCH] doc: update python test requirements in HACKING Signed-off-by: William Casarin --- doc/HACKING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/HACKING.md b/doc/HACKING.md index 0bf46891b..13e3ec4cf 100644 --- a/doc/HACKING.md +++ b/doc/HACKING.md @@ -160,11 +160,11 @@ lightning funds. Testing ------- -Install `valgrind` and `pytest-xdist` for best results: +Install `valgrind` and the python dependencies for best results: ``` sudo apt install valgrind -pip3 install pytest-xdist +pip3 install -r tests/requirements.txt ``` Tests are run with: `make check [flags]` where the pertinent flags are: