From 0375e2762683380955ee37bd83511d6de00430f7 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Wed, 30 Jan 2019 15:28:17 +0100 Subject: [PATCH] update jenkins setup Some libraries dropped py2.6 support, so put there version limits for pip in CI. Update documentation for requests-mock. --- docs/source/writing_koji_code.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/writing_koji_code.rst b/docs/source/writing_koji_code.rst index 41d66925..759d0b94 100644 --- a/docs/source/writing_koji_code.rst +++ b/docs/source/writing_koji_code.rst @@ -799,6 +799,7 @@ You will need to install the following packages to actually run the tests. * ``python-mock`` * ``python-psycopg2`` * ``python-requests`` + * ``python-requests-mock`` * ``python-qpid-proton`` Please note that it is currently not supported to use *virtualenv* when hacking