From 079c2a6d2f2d61ba4fb7b25248a71ea8fabd8897 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Tue, 14 Feb 2017 13:49:21 +0100 Subject: [PATCH] update test requirements docs --- docs/source/writing_koji_code.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/writing_koji_code.rst b/docs/source/writing_koji_code.rst index 981a57ec..5f4c4080 100644 --- a/docs/source/writing_koji_code.rst +++ b/docs/source/writing_koji_code.rst @@ -656,13 +656,15 @@ changes to the code. To do so, just run ``make test`` in your terminal. You will need to install the following packages to actually run the tests. * ``findutils`` - * ``postgresql-python`` * ``pyOpenSSL`` * ``python-coverage`` * ``python-krbV`` * ``python-mock`` * ``python-simplejson`` * ``python-urlgrabber`` + * ``python-psycopg2`` + * ``python-requests`` + * ``python-qpid-proton`` -Please note that it is currently not possible to use *virtualenv* when hacking +Please note that it is currently not supported to use *virtualenv* when hacking on Koji.