about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-12-31 23:07:42 +0100
committerGitHub <noreply@github.com>2022-12-31 23:07:42 +0100
commit407160f7003c4200b7fbc8031bbcd94587814ec6 (patch)
tree871775c95efc2fe0fbcb82e0982e856f8cc61f87 /nixos
parentec75c32673ea0aa149ff6b4fe216087707b56160 (diff)
parent06ce75d72429de2fba0fa2c2b2e3011c5ece5654 (diff)
Merge pull request #207382 from wegank/mongodb
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/mongodb.nix4
1 files changed, 0 insertions, 4 deletions
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