python.pkgs.urllib3: disable tests

because there are transient failures too often.
This commit is contained in:
Frederik Rietdijk
2017-05-27 17:52:20 +02:00
parent 19c298e973
commit 476086929a
+2
View File
@@ -6295,6 +6295,8 @@ in {
nosetests -v --cover-min-percentage 1
'';
doCheck = false;
buildInputs = with self; [ coverage tornado mock nose psutil pysocks ];
meta = {