mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 00:33:10 +00:00
python311Packages.protobuf: mark as broken for protobuf >= 25
This commit is contained in:
parent
403690caaf
commit
e06858bd99
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user