ndg_httpsclient: disable tests

This commit is contained in:
Domen Kožar 2016-01-24 17:13:20 +01:00 committed by Frederik Rietdijk
parent 3479b2f985
commit fcd91c453c

View File

@ -6295,6 +6295,9 @@ in modules // {
sha256 = "1prv4j3wcy9kl5ndd5by543xp4cji9k35qncsl995w6sway34s1a"; sha256 = "1prv4j3wcy9kl5ndd5by543xp4cji9k35qncsl995w6sway34s1a";
}; };
# uses networking
doCheck = false;
meta = { meta = {
homepage = https://github.com/cedadev/ndg_httpsclient/; homepage = https://github.com/cedadev/ndg_httpsclient/;
description = "Provide enhanced HTTPS support for httplib and urllib2 using PyOpenSSL"; description = "Provide enhanced HTTPS support for httplib and urllib2 using PyOpenSSL";