From f2b70cf0a6f6e0ef67e2333dcb0882bd5d2a3838 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 25 Dec 2023 22:54:40 +0100 Subject: [PATCH] vagrant: remove outdated comment --- Vagrantfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 13f20e00a..45e05fbd1 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -408,7 +408,4 @@ Vagrant.configure(2) do |config| b.vm.provision "install borg", :type => :shell, :privileged => false, :inline => install_borg("nofuse") b.vm.provision "run tests", :type => :shell, :privileged => false, :inline => run_tests("openindiana64", ".*fuse.*") end - - # TODO: create more VMs with python 3.9+ and openssl 1.1. - # See branch 1.1-maint for a better equipped Vagrantfile (but still on py35 and openssl 1.0). end