summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn Griffith <john.griffith@solidfire.com>2012-06-01 18:55:40 -0600
committerJohn Griffith <john.griffith@solidfire.com>2012-06-15 13:56:39 -0600
commit93f9fa75fa8b96e4429dce73e0320686b5b52893 (patch)
tree6f3f7f943c127717160e23644316482b60d06623 /tools
parent1711f1f9bb3cd514ded6839cff7e3d3aff1df547 (diff)
downloadpython-cinderclient-93f9fa75fa8b96e4429dce73e0320686b5b52893.tar.gz
Set pep8 version to 1.1 in test_requires
* Fixes bug 1007520 * Changes in pep8 cause new failures Change-Id: Ie678f01a5008b0df6ef43a360b599890cab40776
Diffstat (limited to 'tools')
-rw-r--r--tools/install_venv.py4
-rw-r--r--tools/test-requires3
2 files changed, 3 insertions, 4 deletions
diff --git a/tools/install_venv.py b/tools/install_venv.py
index e2de028..5706adb 100644
--- a/tools/install_venv.py
+++ b/tools/install_venv.py
@@ -207,8 +207,8 @@ def print_help():
python-cinderclient development uses virtualenv to track and manage Python
dependencies while in development and testing.
- To activate the python-cinderclient virtualenv for the extent of your current
- shell session you can run:
+ To activate the python-cinderclient virtualenv for the extent of your
+ current shell session you can run:
$ source .venv/bin/activate
diff --git a/tools/test-requires b/tools/test-requires
index 3ab0c0d..c8a4450 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -1,10 +1,9 @@
distribute>=0.6.24
-
mock
nose
nosexcover
openstack.nose_plugin
-pep8>=1.0
+pep8==1.1
sphinx>=1.1.2
unittest2