Merge pull request #185329 from risicle/ris-grpc-passthru-tests-arrow-cpp

This commit is contained in:
Sandro 2022-08-06 14:35:09 +02:00 committed by GitHub
commit 50281ba99c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@
# tests # tests
, python3 , python3
, arrow-cpp
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -92,6 +93,7 @@ stdenv.mkDerivation rec {
passthru.tests = { passthru.tests = {
inherit (python3.pkgs) grpcio-status grpcio-tools; inherit (python3.pkgs) grpcio-status grpcio-tools;
inherit arrow-cpp;
}; };
meta = with lib; { meta = with lib; {