python.pkgs.urllib3: disable tests

because there are transient failures too often.
This commit is contained in:
Frederik Rietdijk 2017-05-26 08:41:58 +02:00
parent e7fa6220d6
commit ae8aae1ee8

View file

@ -6299,6 +6299,8 @@ in {
nosetests -v --cover-min-percentage 1
'';
doCheck = false;
buildInputs = with self; [ coverage tornado mock nose psutil pysocks ];
meta = {