From f3d68c6f2514e87640e4d9c52b81f71ed3483db3 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Sat, 4 Jan 2020 01:25:14 +0100 Subject: [PATCH] Add requests dependency to python/README.rst It is used in tests/conftest.py --- python/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/README.rst b/python/README.rst index b91619c78..c58457775 100644 --- a/python/README.rst +++ b/python/README.rst @@ -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