From 005fbeb9725b91de2b4b0750d87669220b985fa7 Mon Sep 17 00:00:00 2001 From: Ben Darwin Date: Thu, 30 Mar 2023 12:58:08 -0400 Subject: [PATCH] python310Packages.formulaic: checkInputs -> nativeCheckInputs --- pkgs/development/python-modules/formulaic/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/formulaic/default.nix b/pkgs/development/python-modules/formulaic/default.nix index 457d2eab2c0b..3cfe44c55d53 100644 --- a/pkgs/development/python-modules/formulaic/default.nix +++ b/pkgs/development/python-modules/formulaic/default.nix @@ -48,7 +48,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "formulaic" ]; - checkInputs = [ pytestCheckHook ]; + nativeCheckInputs = [ pytestCheckHook ]; disabledTestPaths = [ "tests/transforms/test_poly.py"