summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-20 21:40:22 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-20 21:40:22 +0200
commitf0e34c35d81831806e512ca712db641c3ed25ac5 (patch)
treef22b09572690e506eaf212b49edfdac7d5621bc6
parentc998abe9a0a4e251c76f228954ad243d1f017fd0 (diff)
downloadgitpython-f0e34c35d81831806e512ca712db641c3ed25ac5.tar.gz
Added information about changed mock module requirement, its 0.5 or higher now so there are no bad surprises when first running the tests as interested developer
-rw-r--r--doc/intro.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intro.rst b/doc/intro.rst
index c5843a1f..555bc4c5 100644
--- a/doc/intro.rst
+++ b/doc/intro.rst
@@ -16,7 +16,7 @@ Requirements
* Git_ tested with 1.5.3.7
* `Python Nose`_ - used for running the tests
-* `Mock by Michael Foord`_ used for tests. Requires 0.4
+* `Mock by Michael Foord`_ used for tests. Requires 0.5 or higher
.. _Git: http://git-scm.com/
.. _Python Nose: http://code.google.com/p/python-nose/