summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-12-24 22:37:01 -0600
committerMonty Taylor <mordred@inaugust.com>2013-01-02 15:20:36 -0800
commit1d461a6496059b0d429ebe9f360b1836ac918f31 (patch)
treef8bb6308090ba72e6e248e7a161372e8dcbf2b6c /tools
parentc057fe47d6889912b7675aa54102509cd464171a (diff)
downloadpython-glanceclient-1d461a6496059b0d429ebe9f360b1836ac918f31.tar.gz
Use testtools instead of unittest.
Part of blueprint grizzly-testtools Change-Id: Ie914fd8f59cddb1a480566ec4eff908bfb51921c
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test-requires b/tools/test-requires
index 7e6512f..f1ae9bd 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -9,3 +9,4 @@ nosehtmloutput
pep8==1.3.3
setuptools-git>=0.4
sphinx>=1.1.2
+testtools>=0.9.22