diff options
author | Kali Kaneko <kali@leap.se> | 2013-09-05 21:55:52 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-09-05 21:55:52 +0200 |
commit | d89d0c79e279ce2103021deabd226f67986e52c1 (patch) | |
tree | bd848a52ceb1619b200a44f04a0b7ad87c3fec88 /pkg/requirements-testing.pip | |
parent | b968f83b712c44945f123a077bba18955b738d35 (diff) |
re-add mock as testing dep
Diffstat (limited to 'pkg/requirements-testing.pip')
-rw-r--r-- | pkg/requirements-testing.pip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/requirements-testing.pip b/pkg/requirements-testing.pip index 2df5fe56..e789664a 100644 --- a/pkg/requirements-testing.pip +++ b/pkg/requirements-testing.pip @@ -1,6 +1,7 @@ nose nose-exclude nose-progressive +mock unittest2 # TODO we should include this dep only for python2.6 @@ -13,6 +14,5 @@ tox # double reqs # (the client already includes, which gives some errors) # ----------- -# mock # re-add XXX #twisted #zope.interface |