summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorAngus Salkeld <asalkeld@redhat.com>2013-05-31 20:13:37 +1000
committerAngus Salkeld <asalkeld@redhat.com>2013-05-31 20:13:37 +1000
commitc4174d39ae460f3064ca7cfb1cb20ba9bd2d3e14 (patch)
tree9cb29462d8a92599bd15ffd06accc10ce68aa1e5 /test-requirements.txt
parent2e6e49f7fa49c977fb9e406e1a49a99792e80775 (diff)
downloadpython-heatclient-c4174d39ae460f3064ca7cfb1cb20ba9bd2d3e14.tar.gz
Migrate to testr from nose.
Change-Id: Ibe0c2eeee9aeb4cb1832456cdc0d080a5a9af175
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index ce66772..51a881b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,12 +6,11 @@ pyflakes==0.7.2
flake8==2.0
hacking>=0.5.3,<0.6
+coverage>=3.6
+discover
fixtures>=0.3.12
mox
-nose
-nose-exclude
-nosexcover
-openstack.nose_plugin
-nosehtmloutput
sphinx>=1.1.2
+testscenarios<0.5
+testrepository>=0.0.13
testtools>=0.9.29