grpc: add jaxlib in passthru.tests

This commit is contained in:
Gaetan Lepage
2023-12-13 15:49:25 +01:00
committed by Martin Weinelt
parent c2e94bdd94
commit 8c2e8010a0
+1 -1
View File
@@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
enableParallelBuilds = true;
passthru.tests = {
inherit (python3.pkgs) grpcio-status grpcio-tools;
inherit (python3.pkgs) grpcio-status grpcio-tools jaxlib;
inherit arrow-cpp;
};