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:
Guillaume Girol
2023-01-21 12:00:00 +00:00
parent 25193e2732
commit 33afbf39f6
4183 changed files with 4228 additions and 4228 deletions
@@ -16,7 +16,7 @@ buildPythonPackage rec {
hash = "sha256-B8PUN1Q4UAsDWrHjPZDlpaPjCKjI/pAogCSI+BQnaWs=";
};
checkInputs = [ pytestCheckHook mock path pyhamcrest pytest-html ];
nativeCheckInputs = [ pytestCheckHook mock path pyhamcrest pytest-html ];
# upstream tests are failing, so instead we only check if we can import it
doCheck = false;