Commit 005fbeb9 authored by Ben Darwin's avatar Ben Darwin
Browse files

python310Packages.formulaic: checkInputs -> nativeCheckInputs

parent 1649bf34
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "formulaic" ];

  checkInputs = [ pytestCheckHook ];
  nativeCheckInputs = [ pytestCheckHook ];

  disabledTestPaths = [
    "tests/transforms/test_poly.py"