python311Packages.wandb: exclude from bulk updates

This commit is contained in:
Martin Weinelt 2024-03-25 15:39:03 +01:00
parent 908ee27832
commit 6a11c00bd5
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 3 additions and 0 deletions

View File

@ -302,6 +302,9 @@ buildPythonPackage rec {
"wandb"
];
# unmaintainable list of disabled tests
passthru.skipBulkUpdate = true;
meta = with lib; {
description = "A CLI and library for interacting with the Weights and Biases API";
homepage = "https://github.com/wandb/wandb";