Add requests dependency to python/README.rst

It is used in tests/conftest.py
This commit is contained in:
Alexander Krotov
2020-01-04 01:25:14 +01:00
parent 91100d3fac
commit f3d68c6f25

View File

@@ -54,7 +54,7 @@ which is prohibitively slow in debug mode.
After successful binding installation you can install a few more
python packages before finally running the tests::
python -m pip install pytest pytest-timeout pytest-rerunfailures
python -m pip install pytest pytest-timeout pytest-rerunfailures requests
pytest -v tests