Loading pkgs/development/python-modules/finalfusion/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,10 @@ buildPythonPackage rec { postPatch = '' patchShebangs tests/integration # `np.float` was a deprecated alias of the builtin `float` substituteInPlace tests/test_storage.py \ --replace 'dtype=np.float)' 'dtype=float)' ''; checkPhase = '' Loading Loading
pkgs/development/python-modules/finalfusion/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,10 @@ buildPythonPackage rec { postPatch = '' patchShebangs tests/integration # `np.float` was a deprecated alias of the builtin `float` substituteInPlace tests/test_storage.py \ --replace 'dtype=np.float)' 'dtype=float)' ''; checkPhase = '' Loading