Merge pull request #223933 from bcdarwin/nativeCheckInputs

convert a bunch of Python packages to use nativeCheckInputs
This commit is contained in:
Weijia Wang
2023-03-30 23:26:24 +03:00
committed by GitHub
4 changed files with 4 additions and 4 deletions
@@ -24,7 +24,7 @@ buildPythonPackage rec {
pydicom
];
checkInputs = [
nativeCheckInputs = [
pytestCheckHook
];
@@ -48,7 +48,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "formulaic" ];
checkInputs = [ pytestCheckHook ];
nativeCheckInputs = [ pytestCheckHook ];
disabledTestPaths = [
"tests/transforms/test_poly.py"
@@ -41,7 +41,7 @@ buildPythonPackage rec {
sqlalchemy
];
checkInputs = [
nativeCheckInputs = [
hypothesis
pytestCheckHook
];
@@ -21,7 +21,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ torch ];
checkInputs = [ pytestCheckHook ];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "ttach" ];
meta = with lib; {