diff options
| author | Angus Salkeld <asalkeld@redhat.com> | 2013-05-10 21:39:34 +1000 |
|---|---|---|
| committer | Angus Salkeld <asalkeld@redhat.com> | 2013-05-10 21:39:34 +1000 |
| commit | 7091db40a9486ebdc8a19699826b171465e40384 (patch) | |
| tree | 5f75ae2d06a8ec5918b56b09ad4d94973239e2ea /tools | |
| parent | 44885c83b1548285a80fbff1e3617391c3e0b482 (diff) | |
| download | python-ceilometerclient-7091db40a9486ebdc8a19699826b171465e40384.tar.gz | |
Use testr to run tests
This is taken largely from python-novaclient and Heat
Change-Id: I8f2eb9185ac073e9ee97bb9c757a4c3c2f8d6d6b
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/test-requires | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/test-requires b/tools/test-requires index 54b19cc..06f5bd9 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -1,11 +1,11 @@ # This file is managed by openstack-depends +coverage>=3.6 +discover distribute>=0.6.24 +fixtures>=0.3.12 mox>=0.5.3 -nose -nose-exclude -nosehtmloutput>=0.0.3 -nosexcover -openstack.nose_plugin>=0.7 -pep8==1.3.3 +pep8==1.4.5 +python-subunit sphinx>=1.1.2 -unittest2 +testrepository>=0.0.13 +testtools>=0.9.29 |
