treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
This commit is contained in:
@@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||
lz4
|
||||
];
|
||||
|
||||
checkInputs = [ pytestCheckHook numpy arrow ruamel-yaml cloudpickle ];
|
||||
nativeCheckInputs = [ pytestCheckHook numpy arrow ruamel-yaml cloudpickle ];
|
||||
|
||||
disabledTests = [ "test_benchmarks" ] ++ lib.optionals stdenv.isDarwin [ "test_multiprocessing" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user