summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-06-14 14:14:25 -0400
committerMonty Taylor <mordred@inaugust.com>2012-06-14 14:36:27 -0400
commit5fb1e1f27f74a58318bf360d4535e4900ca2398f (patch)
treed89f40d509f2fbf2f1c0431f832060426f8c36db /tools
parent3ba77383238d463c903eb5c9ae0da9879fd700e0 (diff)
downloadpython-keystoneclient-5fb1e1f27f74a58318bf360d4535e4900ca2398f.tar.gz
Update to latest openstack.common setup code.
Change-Id: I044447b162e97d7464e49ba7fed0d41a757a3210
Diffstat (limited to 'tools')
-rw-r--r--tools/install_venv.py4
-rw-r--r--tools/pip-requires6
-rw-r--r--tools/test-requires9
3 files changed, 11 insertions, 8 deletions
diff --git a/tools/install_venv.py b/tools/install_venv.py
index e7859d4..05425b2 100644
--- a/tools/install_venv.py
+++ b/tools/install_venv.py
@@ -204,8 +204,8 @@ def print_help():
help = """
python-keystoneclient development environment setup is complete.
- python-keystoneclient development uses virtualenv to track and manage Python
- dependencies while in development and testing.
+ python-keystoneclient development uses virtualenv to track and manage
+ Python dependencies while in development and testing.
To activate the python-keystoneclient virtualenv for the extent of your
current shell session you can run:
diff --git a/tools/pip-requires b/tools/pip-requires
index 9aa889e..0bfb0d0 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -1,11 +1,5 @@
argparse
-coverage
httplib2
-mock
-mox
-nose
-nosexcover
-pep8
prettytable
simplejson
unittest2
diff --git a/tools/test-requires b/tools/test-requires
new file mode 100644
index 0000000..324f27f
--- /dev/null
+++ b/tools/test-requires
@@ -0,0 +1,9 @@
+distribute>=0.6.24
+
+mock
+mox
+nose
+nose-exclude
+openstack.nose_plugin
+pep8==1.2
+sphinx>=1.1.2