summaryrefslogtreecommitdiffstats
path: root/tools/test-requires
diff options
context:
space:
mode:
authorThiago da Silva <thiago@redhat.com>2014-01-14 18:52:15 -0500
committerThiago da Silva <thiago@redhat.com>2014-01-16 18:44:35 -0500
commit63f15a9d6f1f506f8c62239cd91a970377a29e3e (patch)
treedafe729edd1fcfcba1f9488e0104b4f886c8374f /tools/test-requires
parentf23af7ead83d249d52700e69bc906a04ec0920f9 (diff)
added support for with statements in open and creat
when creating or opening a File, caller should now use python's with statement as specified on PEP 343: http://www.python.org/dev/peps/pep-0343/ Change-Id: Id98613e310bea01a427769d3ad7b0dea97245b04 Signed-off-by: Thiago da Silva <thiago@redhat.com>
Diffstat (limited to 'tools/test-requires')
-rw-r--r--tools/test-requires1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test-requires b/tools/test-requires
index 0d4914c..fdebbb6 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -6,6 +6,7 @@ hacking>=0.5.6,<0.6
coverage
nose
nosexcover
+openstack.nose_plugin
nosehtmloutput
sphinx>=1.1.2
mock>=0.8.0