Skip to content

Commit 96fc29d

Browse files
authored
Merge pull request #193 from man-group/vagrant_update
update vagrant config
2 parents f1eee30 + e9fc21e commit 96fc29d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Vagrant.configure("2") do |config|
1313
end
1414

1515
config.vm.hostname = "pytest-plugins-dev"
16-
config.vm.box = "bento/ubuntu-16.04"
16+
config.vm.box = "bento/ubuntu-20.04"
1717
config.vm.network "private_network", type: "dhcp"
1818
config.vm.provision "docker"
1919
config.vm.provision "file", source: "install.sh", destination: "/tmp/install.sh"

pytest-shutil/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
'contextlib2;python_version<"3"',
2323
'pytest',
2424
'path; python_version >= "3.5"',
25-
'path.py; python_version < "3.5",
25+
'path.py; python_version < "3.5"',
2626
'mock; python_version<"3.3"',
2727
'termcolor'
2828
]

0 commit comments

Comments
 (0)