postgresqlPackages.timescaledb_toolkit: fix passthru tests (#401351)

This commit is contained in:
Wolfgang Walther
2025-04-24 08:40:13 +00:00
committed by GitHub
4 changed files with 1 additions and 5 deletions
@@ -5,7 +5,6 @@
fetchFromGitHub,
lib,
nix-update-script,
nixosTests,
openssl,
pkg-config,
postgresql,
@@ -3,7 +3,6 @@
fetchFromGitHub,
lib,
libkrb5,
nixosTests,
openssl,
postgresql,
postgresqlBuildExtension,
@@ -4,7 +4,6 @@
fetchFromGitHub,
lib,
nix-update-script,
nixosTests,
postgresql,
}:
@@ -27,7 +26,7 @@
passthru = {
updateScript = nix-update-script { };
tests = nixosTests.postgresql.timescaledb.passthru.override postgresql;
tests = postgresql.pkgs.timescaledb.tests;
};
# tests take really long
-1
View File
@@ -2,7 +2,6 @@
fetchzip,
lib,
mecab,
nixosTests,
postgresql,
postgresqlTestExtension,
stdenv,