pythonPackages.gunicorn: disable tests

This commit is contained in:
Frederik Rietdijk 2019-08-18 11:35:14 +02:00
parent 7272b0feba
commit 8ea496330b

View File

@ -17,6 +17,10 @@ buildPythonPackage rec {
--replace "coverage>=4.0,<4.4" "coverage"
'';
# Test failures but patch does not apply cleanly
# https://github.com/benoitc/gunicorn/commit/f38f717539b1b7296720805b8ae3969c3509b9c1
doCheck = false;
meta = with stdenv.lib; {
homepage = https://pypi.python.org/pypi/gunicorn;
description = "WSGI HTTP Server for UNIX";