pythonPackages.jq: disable tests, add pythonImportsCheck
This commit is contained in:
parent
5f7a2783db
commit
0e3d110b2c
@ -8,10 +8,15 @@ buildPythonPackage rec {
|
|||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "62d649c4f6f26ed91810c8db075f5fe05319c3dc99dbebcd2d31b0b697a4592e";
|
sha256 = "62d649c4f6f26ed91810c8db075f5fe05319c3dc99dbebcd2d31b0b697a4592e";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./jq-py-setup.patch ];
|
patches = [ ./jq-py-setup.patch ];
|
||||||
|
|
||||||
buildInputs = [ jq ];
|
buildInputs = [ jq ];
|
||||||
|
|
||||||
|
# no tests executed
|
||||||
|
doCheck = false;
|
||||||
|
pythonImportsCheck = [ "jq" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Python bindings for jq, the flexible JSON processor";
|
description = "Python bindings for jq, the flexible JSON processor";
|
||||||
homepage = "https://github.com/mwilliamson/jq.py";
|
homepage = "https://github.com/mwilliamson/jq.py";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user