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 9 pname = "jsonmerge"; 10 10 version = "1.9.2"; 11 11 12 + format = "setuptools"; 13 + 12 14 src = fetchPypi { 13 15 inherit pname version; 14 16 hash = "sha256-xDdX4BgLDhm3rkwTCtQqB8xYDDGRL2H0gj6Ory+jlKM="; ··· 17 19 propagatedBuildInputs = [ jsonschema ]; 18 20 19 21 nativeCheckInputs = [ pytestCheckHook ]; 20 - 21 - disabledTests = [ 22 - # Fails with "Unresolvable JSON pointer" 23 - "test_local_reference_in_meta" 24 - ]; 25 22 26 23 meta = with lib; { 27 24 description = "Merge a series of JSON documents";