about summary refs log tree commit diff
path: root/nixos/tests/teleport.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/teleport.nix')
-rw-r--r--nixos/tests/teleport.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/teleport.nix b/nixos/tests/teleport.nix
index 2fb347155759a..3621cce0599e1 100644
--- a/nixos/tests/teleport.nix
+++ b/nixos/tests/teleport.nix
@@ -9,7 +9,6 @@ with import ../lib/testing-python.nix { inherit system pkgs; };
 let
   packages = with pkgs; {
     "default" = teleport;
-    "13" = teleport_13;
     "14" = teleport_14;
   };