Merge pull request #255220 from NixOS/samuela/bitsandbytes

python3Packages.bitsandbytes: remove unecessary `nativeCheckInputs`
This commit is contained in:
Samuel Ainsworth 2023-09-15 20:23:39 -04:00 committed by GitHub
commit d3120a2072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"