Unverified Commit d3120a20 authored by Samuel Ainsworth's avatar Samuel Ainsworth Committed by GitHub
Browse files

Merge pull request #255220 from NixOS/samuela/bitsandbytes

python3Packages.bitsandbytes: remove unecessary `nativeCheckInputs`
parents 0321f805 019574eb
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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"