python310Packages.ttach: checkInputs -> nativeCheckInputs

This commit is contained in:
Ben Darwin 2023-03-30 12:57:47 -04:00
parent b5a1402043
commit 1649bf34c4

View file

@ -21,7 +21,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ torch ];
checkInputs = [ pytestCheckHook ];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "ttach" ];
meta = with lib; {