Skip to content

Commit 4760869

Browse files
committedMay 27, 2017
python.pkgs.urllib3: disable tests
because there are transient failures too often.
1 parent 19c298e commit 4760869

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎pkgs/top-level/python-packages.nix

+2
Original file line numberDiff line numberDiff line change
@@ -6295,6 +6295,8 @@ in {
62956295
nosetests -v --cover-min-percentage 1
62966296
'';
62976297

6298+
doCheck = false;
6299+
62986300
buildInputs = with self; [ coverage tornado mock nose psutil pysocks ];
62996301

63006302
meta = {

0 commit comments

Comments
 (0)
Please sign in to comment.