diff options
| author | Monty Taylor <mordred@inaugust.com> | 2012-12-24 23:36:10 -0600 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2012-12-25 00:04:42 -0600 |
| commit | 55f2cdbe291542c7cb92f16d804957e1bd91be26 (patch) | |
| tree | 072cede67adb1a187b8ce52a859c4333348d6ca8 /tools | |
| parent | d37a3fb06cbb284d2bea330b456b774bfe2662f7 (diff) | |
| download | python-keystoneclient-55f2cdbe291542c7cb92f16d804957e1bd91be26.tar.gz | |
Use testtools instead of unittest for base classes.
part of blueprint grizzle-testtools
Change-Id: Ic9b438b4224d945e080d1d6071742ddc47ee81ed
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/test-requires | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/test-requires b/tools/test-requires index caa6e2c..2eaef06 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -1,6 +1,7 @@ distribute>=0.6.24 coverage +fixtures keyring mock mox @@ -10,7 +11,7 @@ openstack.nose_plugin nosehtmloutput pep8==1.3.3 sphinx>=1.1.2 -unittest2>=0.5.1 +testtools>=0.9.22 WebOb==1.0.8 iso8601>=0.1.4 |
