summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkali <kali@leap.se>2013-01-24 23:49:54 +0900
committerkali <kali@leap.se>2013-01-24 23:49:54 +0900
commit8cbbc4199ab474bd4d392202eb6e93a0aea677b5 (patch)
treeca524a6d1828fccb284e8b4e0a25bcd956685b9e
parent0903742e5c46b1dc52dd3f872c3f9355412f70ca (diff)
test requirements for soledad
-rw-r--r--pkg/test-requirements.pip2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/test-requirements.pip b/pkg/test-requirements.pip
index 43bec43c..edd53b16 100644
--- a/pkg/test-requirements.pip
+++ b/pkg/test-requirements.pip
@@ -1,3 +1,4 @@
+six>=1.1,<1.2 # soledad req (nose2)
unittest2 # TODO we should include this dep only for python2.6
coverage
mock
@@ -7,5 +8,6 @@ sphinx>=1.1.2
nose-exclude
# for soledad * to be splitted *
+nose2
testscenarios
testtools