python310Packages.formulaic: checkInputs -> nativeCheckInputs

This commit is contained in:
Ben Darwin 2023-03-30 12:58:08 -04:00
parent 1649bf34c4
commit 005fbeb972

View file

@ -48,7 +48,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "formulaic" ];
checkInputs = [ pytestCheckHook ];
nativeCheckInputs = [ pytestCheckHook ];
disabledTestPaths = [
"tests/transforms/test_poly.py"