docs/contributing: Update to include optional amqplib dependency

Signed-off-by: Niels Thykier <niels@thykier.net>
ubuntu/rebased
Niels Thykier 6 years ago
parent 2bf4092947
commit ba7b737fae
No known key found for this signature in database
GPG Key ID: A65B78DBE67C7AAC

@ -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``

Loading…
Cancel
Save