summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarmon <Harmon758@gmail.com>2020-02-16 15:02:15 -0600
committerHarmon <Harmon758@gmail.com>2020-02-16 15:02:15 -0600
commit61fef99bd2ece28b0f2dd282843239ac8db893ed (patch)
treeaa943a316b0cd8d5e1ef2baf085c0b4255566ddd
parent909ee3b9fe308f99c98ad3cc56f0c608e71fdee7 (diff)
downloadgitpython-61fef99bd2ece28b0f2dd282843239ac8db893ed.tar.gz
Remove references to old mock library in documentation
-rw-r--r--doc/source/intro.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/source/intro.rst b/doc/source/intro.rst
index d2fb5e1f..9ae70468 100644
--- a/doc/source/intro.rst
+++ b/doc/source/intro.rst
@@ -19,12 +19,10 @@ Requirements
involving remotes will not work as expected.
* `GitDB`_ - a pure python git database implementation
* `Python Nose`_ - used for running the tests
-* `Mock by Michael Foord`_ used for tests. Requires version 0.5
.. _Python: https://www.python.org
.. _Git: https://git-scm.com/
.. _Python Nose: https://nose.readthedocs.io/en/latest/
-.. _Mock by Michael Foord: http://www.voidspace.org.uk/python/mock.html
.. _GitDB: https://pypi.python.org/pypi/gitdb
Installing GitPython