summaryrefslogtreecommitdiffstats
path: root/docs/source
diff options
context:
space:
mode:
authorJoe Heck <heckj@mac.com>2012-02-27 17:46:43 -0800
committerMonty Taylor <mordred@inaugust.com>2012-02-28 00:31:21 -0800
commit5816542c0edc35f66fe05e66f2b9621200292c1f (patch)
treea1b45ea03896b78e4bc4d27b23d53111d68fb541 /docs/source
parent9581809f88b953e361ef3451d410e568b606fcca (diff)
renaming pip-requires-test to test-requires
* (per request from jeblair) * version of python-ldap match between test and requires * pinned to 2.3.13 to let tests work in macosx * separating dependencies between deps and test * removed python-keystoneclient from install_requires for now. (there is no python-keystoneclient in PyPI) Real solution coming. Change-Id: I89e50d6747fb57dee7badb17bc1231d3619e3ef7
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/setup.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/setup.rst b/docs/source/setup.rst
index e2c9e77c..06303039 100644
--- a/docs/source/setup.rst
+++ b/docs/source/setup.rst
@@ -65,7 +65,7 @@ Installing dependencies
Keystone maintains two lists of dependencies::
tools/pip-requires
- tools/pip-requires-test
+ tools/test-requires
The first is the list of dependencies needed for running keystone, the second list includes dependencies used for active development and testing of keystone itself.