fix(deps): add pytest dependency for make check

This commit is contained in:
Epic Curious 2024-06-16 16:49:16 +00:00 committed by ShahanaFarooqui
parent 41c766882b
commit 6c338d6173

View file

@ -130,6 +130,7 @@ For development or running tests, get additional dependencies:
```shell
sudo apt-get install -y valgrind libpq-dev shellcheck cppcheck \
libsecp256k1-dev lowdown
pip3 install pytest
```
If you can't install `lowdown`, a version will be built in-tree.