Loading pkgs/development/python-modules/pynvml/default.nix +0 −3 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ , fetchPypi , substituteAll , pythonOlder , cudatoolkit , addOpenGLRunpath }: Loading @@ -25,8 +24,6 @@ buildPythonPackage rec { }) ]; propagatedBuildInputs = [ cudatoolkit ]; doCheck = false; # no tests in PyPi dist pythonImportsCheck = [ "pynvml" "pynvml.smi" ]; Loading Loading
pkgs/development/python-modules/pynvml/default.nix +0 −3 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ , fetchPypi , substituteAll , pythonOlder , cudatoolkit , addOpenGLRunpath }: Loading @@ -25,8 +24,6 @@ buildPythonPackage rec { }) ]; propagatedBuildInputs = [ cudatoolkit ]; doCheck = false; # no tests in PyPi dist pythonImportsCheck = [ "pynvml" "pynvml.smi" ]; Loading