Commit dadc0c9b authored by Rafael Monnerat's avatar Rafael Monnerat

tests: pycurl is required to run the tests.

parent 66c17fc5
...@@ -59,6 +59,7 @@ setup(name=name, ...@@ -59,6 +59,7 @@ setup(name=name,
}, },
tests_require = [ tests_require = [
'mock', 'mock',
'pycurl'
], ],
zip_safe=False, # proxy depends on Flask, which has issues with zip_safe=False, # proxy depends on Flask, which has issues with
# accessing templates # 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