arrow-cpp: disable S3 tests needing Minio (#492170)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-20 02:27:34 +00:00
committed by GitHub
+1 -2
View File
@@ -33,7 +33,6 @@
gtest,
libbacktrace,
lz4,
minio,
ninja,
nlohmann_json,
openssl,
@@ -155,6 +154,7 @@ stdenv.mkDerivation (finalAttrs: {
"TestMinioServer.Connect"
"TestS3FS.*"
"TestS3FSGeneric.*"
"TestS3FSHTTPS.*" # Needs Minio
];
in
"-${lib.concatStringsSep ":" filteredTests}";
@@ -288,7 +288,6 @@ stdenv.mkDerivation (finalAttrs: {
which
sqlite
]
++ lib.optionals enableS3 [ minio ]
++ lib.optionals enableFlight [ python3 ]
++ lib.optionals enableAzure [ azurite ];