summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKen Thomas <krt@yahoo-inc.com>2012-06-18 22:19:53 +0000
committerKen Thomas <krt@yahoo-inc.com>2012-06-19 14:58:59 +0000
commit1231ae03e5686da787192ddc254fcc7bd4666c66 (patch)
tree4a4124355fa4227dbdbed678cb76a1aebe055162 /tools
parent31f949f54bf213e4a51ba59a54b49865121651f2 (diff)
downloadpython-keystoneclient-1231ae03e5686da787192ddc254fcc7bd4666c66.tar.gz
Move unittest2 dependency
bug 1014845 It looks like an earlier fix for bug 933076 put the unittest2 dependency in the wrong file. Moving it to the correct file. Added a version to the unittest2 dependency Removed a blank line Change-Id: I06a8963fc5aca80438348d26569d8efb4568f754
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires1
-rw-r--r--tools/test-requires1
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index 0bfb0d0..32cdbc0 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -2,4 +2,3 @@ argparse
httplib2
prettytable
simplejson
-unittest2
diff --git a/tools/test-requires b/tools/test-requires
index bc8f1b2..077a58a 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -8,3 +8,4 @@ nose-exclude
openstack.nose_plugin
pep8==1.2
sphinx>=1.1.2
+unittest2>=0.5.1