mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-11 01:27:58 +01:00
doc: update python test requirements in HACKING
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
parent
88ef2246e8
commit
6e4745b28a
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue