aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2016-10-30 13:36:36 -0400
committerTim Harder <radhermit@gmail.com>2016-10-30 13:36:36 -0400
commit9af043cfda8f188ea49f98bc476fa901a3ee6db4 (patch)
tree0528cf4694e2d17e50a7a6471b06361eae3959e1
parenttox: use symlinks for coverage files instead of moving/copying (diff)
downloadpkgcore-9af043cfda8f188ea49f98bc476fa901a3ee6db4.tar.gz
pkgcore-9af043cfda8f188ea49f98bc476fa901a3ee6db4.tar.bz2
pkgcore-9af043cfda8f188ea49f98bc476fa901a3ee6db4.zip
readme: simplify mock requirement statement
-rw-r--r--README.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index f22da5e1c..3eadda213 100644
--- a/README.rst
+++ b/README.rst
@@ -35,8 +35,7 @@ Requirements
============
At least python version 2.7, and snakeoil_ — a utility library with misc
-optimizations split out of pkgcore for others to use. For unittests, mock_ is
-required if you're using anything less than python 3.3.
+optimizations split out of pkgcore for others to use.
Installing
==========
@@ -76,6 +75,8 @@ the following::
tox -e py27
+Note that mock_ is required for tests when using python-2.7.
+
Contact
=======