Merge pull request #246718 from dotlambda/jsonmerge-tests

python310Packages.jsonmerge: run all tests

authored by

Robert Schütz and committed by
GitHub
3b4a2c7e 26f7e301

+2 -5
+2 -5
pkgs/development/python-modules/jsonmerge/default.nix
··· 9 pname = "jsonmerge"; 10 version = "1.9.2"; 11 12 src = fetchPypi { 13 inherit pname version; 14 hash = "sha256-xDdX4BgLDhm3rkwTCtQqB8xYDDGRL2H0gj6Ory+jlKM="; ··· 17 propagatedBuildInputs = [ jsonschema ]; 18 19 nativeCheckInputs = [ pytestCheckHook ]; 20 - 21 - disabledTests = [ 22 - # Fails with "Unresolvable JSON pointer" 23 - "test_local_reference_in_meta" 24 - ]; 25 26 meta = with lib; { 27 description = "Merge a series of JSON documents";
··· 9 pname = "jsonmerge"; 10 version = "1.9.2"; 11 12 + format = "setuptools"; 13 + 14 src = fetchPypi { 15 inherit pname version; 16 hash = "sha256-xDdX4BgLDhm3rkwTCtQqB8xYDDGRL2H0gj6Ory+jlKM="; ··· 19 propagatedBuildInputs = [ jsonschema ]; 20 21 nativeCheckInputs = [ pytestCheckHook ]; 22 23 meta = with lib; { 24 description = "Merge a series of JSON documents";