Merge pull request #173575 from vcunat/p/deepdiff

python3Packages.deepdiff: fixup after incorrect update
This commit is contained in:
Sandro 2022-05-19 10:35:06 +02:00 committed by GitHub
commit 1af51894e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";