python3Packages.deepdiff: fixup after incorrect update

Commit 53466092b (PR #173429) forgot to update the source hash,
and that's why it had to skip the test fixed upstream.
main
Vladimír Čunát 2 years ago
parent e8d262d4ce
commit b796a45635
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
  1. 7
      pkgs/development/python-modules/deepdiff/default.nix

@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "seperman";
repo = "deepdiff";
rev = "v${version}";
hash = "sha256-0UBx7sH2iMrLVl5FtHNTwoecLHi8GbInn75G3FSg4gk=";
hash = "sha256-7eagu6lef5bc/4KU3y067LFOGtH6whda1ocBuRHS/kI=";
};
postPatch = ''
@ -49,11 +49,6 @@ buildPythonPackage rec {
pyyaml
];
disabledTests = [
# Assertion issue with the decimal places
"test_get_numeric_types_distance"
];
meta = with lib; {
description = "Deep Difference and Search of any Python object/data";
homepage = "https://github.com/seperman/deepdiff";

Loading…
Cancel
Save