Skip to content
Snippets Groups Projects
Commit 3d77482d authored by Xavier Morel's avatar Xavier Morel
Browse files

[ADD] unittest2 and mock as tests_require dependencies

bzr revid: xmo@openerp.com-20110321115137-m8bafe1ixkfps3t7
parent 3d02b3f8
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,10 @@ setup(
"simplejson >= 2.0.9",
"python-dateutil >= 1.4.1",
],
tests_require=[
'unittest2',
'mock',
],
zip_safe=False,
packages=[
'addons',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment