From 5b51506f3acbb7d796a1f24c2376b3ca52f551a2 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Feb 14 2017 12:59:09 +0000 Subject: update test requirements docs --- diff --git a/docs/source/writing_koji_code.rst b/docs/source/writing_koji_code.rst index 981a57e..5f4c408 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.