Commit d4b9c175 authored by Thomas Larrieu's avatar Thomas Larrieu

adding mock as a test dependency

parent d9e40d34
......@@ -54,6 +54,7 @@ setup(name=name,
),},
tests_require=[
'pyflakes',
'mock'
],
zip_safe=False, # proxy depends on Flask, which has issues with
# accessing templates
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment