Merge pull request #185329 from risicle/ris-grpc-passthru-tests-arrow-cpp
This commit is contained in:
commit
50281ba99c
1 changed files with 2 additions and 0 deletions
|
@ -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; {
|
||||||
|
|
Loading…
Reference in a new issue