Skip to content

Commit

Permalink
python3Packages.deepdiff: fix by adding mmh3 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk authored and Jon committed Aug 29, 2020
1 parent 1beb19e commit ef3dc7b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pkgs/development/python-modules/deepdiff/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
, fetchPypi
, mock
, jsonpickle
, mmh3
, ordered-set
, numpy
, pytestCheckHook
Expand All @@ -24,14 +25,9 @@ buildPythonPackage rec {
pytestCheckHook
];

disabledTests = [
# skipped tests require murmur module
"test_prep_str_murmur3_64bit"
"test_prep_str_murmur3_128bit"
];

propagatedBuildInputs = [
jsonpickle
mmh3
ordered-set
];

Expand Down

0 comments on commit ef3dc7b

Please sign in to comment.