Unverified Commit e9c2beb2 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #223933 from bcdarwin/nativeCheckInputs

convert a bunch of Python packages to use nativeCheckInputs
parents 8f88c644 005fbeb9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    pydicom
  ];

  checkInputs = [
  nativeCheckInputs = [
    pytestCheckHook
  ];

+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"
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ buildPythonPackage rec {
    sqlalchemy
  ];

  checkInputs = [
  nativeCheckInputs = [
    hypothesis
    pytestCheckHook
  ];
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ buildPythonPackage rec {

  propagatedBuildInputs = [ torch ];

  checkInputs = [ pytestCheckHook ];
  nativeCheckInputs = [ pytestCheckHook ];
  pythonImportsCheck = [ "ttach" ];

  meta = with lib; {