Merge pull request #145398 from risicle/ris-deepdiff-darwin-fix

python3Packages.deepdiff: fix tests on darwin

authored by

Domen Kožar and committed by
GitHub
2687418a 4420685e

+5
+5
pkgs/development/python-modules/deepdiff/default.nix
··· 23 23 sha256 = "sha256-ysaIeVefsTX7ZubOXaEzeS1kMyBp4/w3SHNFxsGVhzY="; 24 24 }; 25 25 26 + postPatch = '' 27 + substituteInPlace tests/test_command.py \ 28 + --replace '/tmp/' "$TMPDIR/" 29 + ''; 30 + 26 31 propagatedBuildInputs = [ 27 32 click 28 33 ordered-set