python3Packages.bitsandbytes: remove unecessary nativeCheckInputs

This commit is contained in:
Samuel Ainsworth
2023-09-15 00:14:56 -04:00
committed by GitHub
parent 3a2786eea0
commit 019574eb9a
@@ -3,12 +3,9 @@
, fetchFromGitHub
, python
, pythonOlder
, pytestCheckHook
, setuptools
, wheel
, torch
, einops
, lion-pytorch
, scipy
, symlinkJoin
}:
@@ -85,7 +82,6 @@ buildPythonPackage {
];
doCheck = false; # tests require CUDA and also GPU access
nativeCheckInputs = [ pytestCheckHook einops lion-pytorch ];
pythonImportsCheck = [
"bitsandbytes"