docs/contributing: Update to include optional amqplib dependency

Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
Niels Thykier 2018-12-30 16:40:54 +00:00
parent 2bf4092947
commit ba7b737fae
No known key found for this signature in database
GPG Key ID: A65B78DBE67C7AAC

View File

@ -16,7 +16,8 @@ You will need some packages to run britney and the test suites::
apt install python3-pytest libclass-accessor-perl rsync apt install python3-pytest libclass-accessor-perl rsync
# Documentation generator # Documentation generator
apt install python3-sphinx apt install python3-sphinx
# AMQP integration for autopkgtest policy (optional runtime dependency)
apt install python3-amqplib
Britney has some basic unit tests, which are handled by py.test. It Britney has some basic unit tests, which are handled by py.test. It
also has some larger integration tests (from the ``britney2-tests`` also has some larger integration tests (from the ``britney2-tests``