we need mock for tests devel
authorSandro Knauß <knauss@netzguerilla.net>
Sun, 19 Feb 2012 17:41:27 +0100
branchdevel
changeset 173 912ef3e070b0
parent 172 adfe245c377d
child 174 762981cada07
we need mock for tests
setup.py
--- a/setup.py	Sat Feb 18 19:50:36 2012 +0100
+++ b/setup.py	Sun Feb 19 17:41:27 2012 +0100
@@ -6,7 +6,7 @@
 setup(name='iro',
         version=__version__,
         packages=['iro','iro.controller','iro.view','iro.model'],
-        setup_requires = ["ngmodules>=0.2"],
+        setup_requires = ["ngmodules>=0.2","mock"],
         install_requires=['twisted>=11.1.0',"ConfigParser","sqlalchemy","MySQL-python","SOAPpy",'decorator'],
         #test_suite="nose.collector",                               #ToDo switch to trial
         description='Non Blocking Interface for sending a bunsh of SMSes, FAXes and Mails',