python311Packages.protobuf: mark as broken for protobuf >= 25

This commit is contained in:
Gaetan Lepage 2024-02-17 17:21:27 +01:00
parent 403690caaf
commit e06858bd99

View File

@ -115,5 +115,8 @@ buildPythonPackage {
homepage = "https://developers.google.com/protocol-buffers/";
license = licenses.bsd3;
maintainers = with maintainers; [ knedlsepp ];
# Tests are currently failing because backend is unavailable and causes tests to fail
# Progress tracked in https://github.com/NixOS/nixpkgs/pull/264902
broken = lib.versionAtLeast protobuf.version "25";
};
}