Loading pkgs/development/python-modules/pytools/default.nix +5 −10 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ pytestCheckHook, pythonOlder, typing-extensions, siphash24, }: buildPythonPackage rec { Loading @@ -31,10 +32,12 @@ buildPythonPackage rec { optional-dependencies = { numpy = [ numpy ]; # siphash = [ siphash ]; siphash = [ siphash24 ]; }; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ] ++ optional-dependencies.siphash; pythonImportsCheck = [ "pytools" Loading @@ -42,14 +45,6 @@ buildPythonPackage rec { "pytools.lex" ]; disabledTests = [ # siphash is not available "test_class_hashing" "test_dataclass_hashing" "test_datetime_hashing" "test_hash_function" ]; meta = { description = "Miscellaneous Python lifesavers"; homepage = "https://github.com/inducer/pytools/"; Loading Loading
pkgs/development/python-modules/pytools/default.nix +5 −10 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ pytestCheckHook, pythonOlder, typing-extensions, siphash24, }: buildPythonPackage rec { Loading @@ -31,10 +32,12 @@ buildPythonPackage rec { optional-dependencies = { numpy = [ numpy ]; # siphash = [ siphash ]; siphash = [ siphash24 ]; }; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ] ++ optional-dependencies.siphash; pythonImportsCheck = [ "pytools" Loading @@ -42,14 +45,6 @@ buildPythonPackage rec { "pytools.lex" ]; disabledTests = [ # siphash is not available "test_class_hashing" "test_dataclass_hashing" "test_datetime_hashing" "test_hash_function" ]; meta = { description = "Miscellaneous Python lifesavers"; homepage = "https://github.com/inducer/pytools/"; Loading