about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-01-07 18:01:08 +0000
committerGitHub <noreply@github.com>2023-01-07 18:01:08 +0000
commit3b3114f45d142b4265844abe0824b0c280bfbb5d (patch)
tree1e0d9fa09d260447cdc4f72872a186f0e016f68a /nixos/tests
parent76d33189bafb52287ae57e7090b9af6786e424dd (diff)
parent716cab14032dde128e5ef08c3ba31066d7802e51 (diff)
Merge master into staging-next
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/mongodb.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/tests/mongodb.nix b/nixos/tests/mongodb.nix
index 67347541dd66a..c26dc3ac32d30 100644
--- a/nixos/tests/mongodb.nix
+++ b/nixos/tests/mongodb.nix
@@ -33,7 +33,6 @@ import ./make-test-python.nix ({ pkgs, ... }:
     nodes = {
       node = {...}: {
         environment.systemPackages = with pkgs; [
-          mongodb-4_0
           mongodb-4_2
           mongodb-4_4
           mongodb-5_0
@@ -44,7 +43,6 @@ import ./make-test-python.nix ({ pkgs, ... }:
     testScript = ''
       node.start()
     ''
-      + runMongoDBTest pkgs.mongodb-4_0
       + runMongoDBTest pkgs.mongodb-4_2
       + runMongoDBTest pkgs.mongodb-4_4
       + runMongoDBTest pkgs.mongodb-5_0