Merge pull request #232474 from figsoda/finalfusion

python310Packages.finalfusion: fix build
This commit is contained in:
Ryan Lahfa
2023-05-17 21:21:08 +02:00
committed by GitHub
@@ -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 = ''