pythonPackages.demjson: Disable tests

This commit is contained in:
Sandro Jäckel 2021-01-03 06:37:18 +01:00
parent 694ff9691e
commit 4104f3ae3c
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -10,6 +10,9 @@ buildPythonPackage rec {
sha256 = "0ygbddpnvp5lby6mr5kz60la3hkvwwzv3wwb3z0w9ngxl0w21pii";
};
doCheck = false;
pythonImportsCheck = [ "demjson" ];
meta = with stdenv.lib; {
description = "Encoder/decoder and lint/validator for JSON (JavaScript Object Notation)";
homepage = "https://github.com/dmeranda/demjson";