##// END OF EJS Templates
tests: update ssl requirement for test-https.t...
Mads Kiilerich -
r13418:28555e29 default
parent child Browse files
Show More
@@ -173,6 +173,8 b' def has_outer_repo():'
173 def has_ssl():
173 def has_ssl():
174 try:
174 try:
175 import ssl
175 import ssl
176 import OpenSSL
177 OpenSSL.SSL.Context
176 return True
178 return True
177 except ImportError:
179 except ImportError:
178 return False
180 return False
General Comments 0
You need to be logged in to leave comments. Login now