From ba7b737fae60a10eec9b75605205900a8255283b Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Sun, 30 Dec 2018 16:40:54 +0000 Subject: [PATCH] docs/contributing: Update to include optional amqplib dependency Signed-off-by: Niels Thykier --- doc/contributing-to-britney.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/contributing-to-britney.rst b/doc/contributing-to-britney.rst index 89a6179..1ac53d3 100644 --- a/doc/contributing-to-britney.rst +++ b/doc/contributing-to-britney.rst @@ -16,7 +16,8 @@ You will need some packages to run britney and the test suites:: apt install python3-pytest libclass-accessor-perl rsync # Documentation generator 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 also has some larger integration tests (from the ``britney2-tests``