vagrant: remove outdated comment

This commit is contained in:
Thomas Waldmann 2023-12-25 22:54:40 +01:00
parent 86d6fcfe0a
commit eec78802bf
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
1 changed files with 0 additions and 3 deletions

3
Vagrantfile vendored
View File

@ -424,7 +424,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 or 3.0.
# See branch 1.1-maint for a better equipped Vagrantfile (but still on py35 and openssl 1.0).
end