From 2102ff090d07fc388eccb2be75c3cdf50369c0da Mon Sep 17 00:00:00 2001 From: Orivej Desh Date: Wed, 26 Dec 2018 02:41:38 +0000 Subject: [PATCH] pythonPackages.jsonrpclib-pelix: disable tests Version 0.3.2 has started to advertise the tests in setup.py, but there are no tests in the PyPI distribution. --- pkgs/development/python-modules/jsonrpclib-pelix/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/jsonrpclib-pelix/default.nix b/pkgs/development/python-modules/jsonrpclib-pelix/default.nix index 2e3ef054598..5e6d6ceab9b 100644 --- a/pkgs/development/python-modules/jsonrpclib-pelix/default.nix +++ b/pkgs/development/python-modules/jsonrpclib-pelix/default.nix @@ -12,6 +12,8 @@ buildPythonPackage rec { sha256 = "14d288d1b3d3273cf96a729dd21a2470851c4962be8509f3dd62f0137ff90339"; }; + doCheck = false; # test_suite="tests" in setup.py but no tests in pypi. + meta = with lib; { description = "JSON RPC client library - Pelix compatible fork"; homepage = https://pypi.python.org/pypi/jsonrpclib-pelix/;