From 06ce75d72429de2fba0fa2c2b2e3011c5ece5654 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Fri, 23 Dec 2022 06:59:02 +0100 Subject: mongodb-3_4, mongodb-3_6: drop --- nixos/tests/mongodb.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'nixos') diff --git a/nixos/tests/mongodb.nix b/nixos/tests/mongodb.nix index edd074f5163c2..67347541dd66a 100644 --- a/nixos/tests/mongodb.nix +++ b/nixos/tests/mongodb.nix @@ -33,8 +33,6 @@ import ./make-test-python.nix ({ pkgs, ... }: nodes = { node = {...}: { environment.systemPackages = with pkgs; [ - mongodb-3_4 - mongodb-3_6 mongodb-4_0 mongodb-4_2 mongodb-4_4 @@ -46,8 +44,6 @@ import ./make-test-python.nix ({ pkgs, ... }: testScript = '' node.start() '' - + runMongoDBTest pkgs.mongodb-3_4 - + runMongoDBTest pkgs.mongodb-3_6 + runMongoDBTest pkgs.mongodb-4_0 + runMongoDBTest pkgs.mongodb-4_2 + runMongoDBTest pkgs.mongodb-4_4 -- cgit 1.4.1