protobuf: add python3Packages.celery to passthru.tests

This commit is contained in:
Gaetan Lepage
2026-03-08 17:58:04 +00:00
parent 3657eddc63
commit d724f20060
@@ -146,6 +146,8 @@ stdenv.mkDerivation (finalAttrs: {
tests = {
pythonProtobuf = python3.pkgs.protobuf;
inherit grpc;
inherit (python3.pkgs) celery;
version = testers.testVersion { package = protobuf; };
};