Skip to content

Commit ae8aae1

Browse files
committedMay 26, 2017
python.pkgs.urllib3: disable tests
because there are transient failures too often.
1 parent e7fa622 commit ae8aae1

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
@@ -6299,6 +6299,8 @@ in {
62996299
nosetests -v --cover-min-percentage 1
63006300
'';
63016301

6302+
doCheck = false;
6303+
63026304
buildInputs = with self; [ coverage tornado mock nose psutil pysocks ];
63036305

63046306
meta = {

0 commit comments

Comments
 (0)
Please sign in to comment.