pyrevolve: fix lack of numpy propagated input

This commit is contained in:
Átila Saraiva 2022-04-28 11:46:59 -03:00
parent 3d73b5999c
commit a1f7ae24ae

View file

@ -20,9 +20,9 @@ buildPythonPackage rec {
};
nativeBuildInputs = [ versioneer cython ];
propagatedBuildInputs = [ contexttimer ];
propagatedBuildInputs = [ contexttimer numpy ];
checkInputs = [ pytest numpy ];
checkInputs = [ pytest ];
# Using approach bellow bcs the tests fail with the pytestCheckHook, throwing the following error
# ImportError: cannot import name 'crevolve' from partially initialized module 'pyrevolve'
# (most likely due to a circular import)