[ADD] unittest2 and mock as tests_require dependencies

bzr revid: xmo@openerp.com-20110321115137-m8bafe1ixkfps3t7
This commit is contained in:
Xavier Morel 2011-03-21 12:51:37 +01:00
parent 3d02b3f804
commit 3d77482d5e
1 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,10 @@ setup(
"simplejson >= 2.0.9",
"python-dateutil >= 1.4.1",
],
tests_require=[
'unittest2',
'mock',
],
zip_safe=False,
packages=[
'addons',