diff options
author | Tim Harder <radhermit@gmail.com> | 2016-10-30 13:36:36 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2016-10-30 13:36:36 -0400 |
commit | 9af043cfda8f188ea49f98bc476fa901a3ee6db4 (patch) | |
tree | 0528cf4694e2d17e50a7a6471b06361eae3959e1 | |
parent | tox: use symlinks for coverage files instead of moving/copying (diff) | |
download | pkgcore-9af043cfda8f188ea49f98bc476fa901a3ee6db4.tar.gz pkgcore-9af043cfda8f188ea49f98bc476fa901a3ee6db4.tar.bz2 pkgcore-9af043cfda8f188ea49f98bc476fa901a3ee6db4.zip |
readme: simplify mock requirement statement
-rw-r--r-- | README.rst | 5 |
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 ======= |