protobuf: add python3Packages.celery to passthru.tests (#497972)

This commit is contained in:
K900
2026-03-08 18:03:08 +00:00
committed by GitHub
@@ -146,6 +146,8 @@ stdenv.mkDerivation (finalAttrs: {
tests = {
pythonProtobuf = python3.pkgs.protobuf;
inherit grpc;
inherit (python3.pkgs) celery;
version = testers.testVersion { package = protobuf; };
};