From 0e493dbd6959c6fded433b2f7b290e9527129c6d Mon Sep 17 00:00:00 2001 From: Alejandro Guirao Date: Fri, 27 Feb 2015 09:34:20 +0100 Subject: [PATCH] Update doc for testing PR with mock dependency --- docsite/rst/developing_test_pr.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docsite/rst/developing_test_pr.rst b/docsite/rst/developing_test_pr.rst index ee4520bf6c..b6ec4e10ba 100644 --- a/docsite/rst/developing_test_pr.rst +++ b/docsite/rst/developing_test_pr.rst @@ -35,6 +35,7 @@ suites. You will need at least:: git python-nosetests (sometimes named python-nose) python-passlib + python-mock If you want to run the full integration test suite you'll also need the following packages installed::