From 0e3d110b2c2dbed0254eecacb9dc9c74298eafd4 Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Tue, 23 Feb 2021 16:32:35 +0100 Subject: pythonPackages.jq: disable tests, add pythonImportsCheck --- pkgs/development/python-modules/jq/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pkgs/development/python-modules/jq/default.nix') diff --git a/pkgs/development/python-modules/jq/default.nix b/pkgs/development/python-modules/jq/default.nix index 3d4097b071869..271f15c590001 100644 --- a/pkgs/development/python-modules/jq/default.nix +++ b/pkgs/development/python-modules/jq/default.nix @@ -8,10 +8,15 @@ buildPythonPackage rec { inherit pname version; sha256 = "62d649c4f6f26ed91810c8db075f5fe05319c3dc99dbebcd2d31b0b697a4592e"; }; + patches = [ ./jq-py-setup.patch ]; buildInputs = [ jq ]; + # no tests executed + doCheck = false; + pythonImportsCheck = [ "jq" ]; + meta = { description = "Python bindings for jq, the flexible JSON processor"; homepage = "https://github.com/mwilliamson/jq.py"; -- cgit 1.4.1