pythonPackages.txrequests: disable tests

This commit is contained in:
Frederik Rietdijk 2016-09-03 11:39:29 +02:00
parent af52326dcc
commit 7bf1d11452

View File

@ -26588,6 +26588,8 @@ in modules // {
}; };
propagatedBuildInputs = with self; [ twisted requests2 cryptography ]; propagatedBuildInputs = with self; [ twisted requests2 cryptography ];
# Require network access
doCheck = false;
checkPhase = '' checkPhase = ''
${python.interpreter} -m unittest discover ${python.interpreter} -m unittest discover
''; '';