postgresqlPackages.timescaledb_toolkit: fix passthru tests (#401351)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
fetchzip,
|
||||
lib,
|
||||
mecab,
|
||||
nixosTests,
|
||||
postgresql,
|
||||
postgresqlTestExtension,
|
||||
stdenv,
|
||||
|
||||
Reference in New Issue
Block a user