Commit 8d070ba6 authored by Jason R. Coombs's avatar Jason R. Coombs

Enable commented code (requiring ssl extra for tests).

parent c8507a05
......@@ -202,7 +202,9 @@ setup_params = dict(
'https://pypi.python.org/packages/source/w/wincertstore/wincertstore-0.2.zip#md5=ae728f2f007185648d0c7a8679b361e2',
],
scripts = [],
# tests_require = "setuptools[ssl]",
tests_require = [
'setuptools[ssl]',
],
)
if __name__ == '__main__':
......
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