diff --git a/pkgs/development/python-modules/pyrevolve/default.nix b/pkgs/development/python-modules/pyrevolve/default.nix index 418d30a810c..74fdc68c07e 100644 --- a/pkgs/development/python-modules/pyrevolve/default.nix +++ b/pkgs/development/python-modules/pyrevolve/default.nix @@ -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)