doc: update test suite dependency list for py3

Update the documentation with the list of packages required to run `make
test3` on Fedora 32.
This commit is contained in:
Ken Dreyer 2020-06-30 15:15:44 -06:00
parent cc29bcc9f6
commit e4382d8364

View file

@ -641,15 +641,19 @@ 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. You will need to install the following packages to actually run the tests.
* ``findutils`` * ``glibc-langpack-en``
* ``pyOpenSSL`` * ``make``
* ``python-coverage`` * ``python3-cheetah``
* ``python-krbV`` * ``python3-coverage``
* ``python-mock`` * ``python3-dateutil``
* ``python-psycopg2`` * ``python3-mock``
* ``python-requests`` * ``python3-multilib``
* ``python-requests-mock`` * ``python3-nose``
* ``python-qpid-proton`` * ``python3-psycopg2``
* ``python3-qpid-proton``
* ``python3-requests``
* ``python3-requests-kerberos``
* ``python3-requests-mock``
Please note that it is currently not supported to use *virtualenv* when hacking Please note that it is currently not supported to use *virtualenv* when hacking
on Koji. on Koji.