From 019574eb9a4ebefdb2cb88e644921945f6f35aa3 Mon Sep 17 00:00:00 2001 From: Samuel Ainsworth Date: Fri, 15 Sep 2023 00:14:56 -0400 Subject: [PATCH] python3Packages.bitsandbytes: remove unecessary `nativeCheckInputs` --- pkgs/development/python-modules/bitsandbytes/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/python-modules/bitsandbytes/default.nix b/pkgs/development/python-modules/bitsandbytes/default.nix index 1bd32dab6741..c511f01d6dcf 100644 --- a/pkgs/development/python-modules/bitsandbytes/default.nix +++ b/pkgs/development/python-modules/bitsandbytes/default.nix @@ -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"