Commit 8c2e8010 authored by Gaetan Lepage's avatar Gaetan Lepage Committed by Martin Weinelt
Browse files

grpc: add jaxlib in passthru.tests

parent c2e94bdd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };