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
commit e9c2beb2cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@ buildPythonPackage rec {
pydicom
];
checkInputs = [
nativeCheckInputs = [
pytestCheckHook
];

View file

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

View file

@ -41,7 +41,7 @@ buildPythonPackage rec {
sqlalchemy
];
checkInputs = [
nativeCheckInputs = [
hypothesis
pytestCheckHook
];

View file

@ -21,7 +21,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ torch ];
checkInputs = [ pytestCheckHook ];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "ttach" ];
meta = with lib; {