python310Packages.siuba: checkInputs -> nativeCheckInputs

This commit is contained in:
Ben Darwin 2023-03-30 12:55:15 -04:00
parent b97ea5900b
commit 0b72442839

View File

@ -41,7 +41,7 @@ buildPythonPackage rec {
sqlalchemy
];
checkInputs = [
nativeCheckInputs = [
hypothesis
pytestCheckHook
];