We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1eee30 + e9fc21e commit 96fc29dCopy full SHA for 96fc29d
Vagrantfile
@@ -13,7 +13,7 @@ Vagrant.configure("2") do |config|
13
end
14
15
config.vm.hostname = "pytest-plugins-dev"
16
- config.vm.box = "bento/ubuntu-16.04"
+ config.vm.box = "bento/ubuntu-20.04"
17
config.vm.network "private_network", type: "dhcp"
18
config.vm.provision "docker"
19
config.vm.provision "file", source: "install.sh", destination: "/tmp/install.sh"
pytest-shutil/setup.py
@@ -22,7 +22,7 @@
22
'contextlib2;python_version<"3"',
23
'pytest',
24
'path; python_version >= "3.5"',
25
- 'path.py; python_version < "3.5",
+ 'path.py; python_version < "3.5"',
26
'mock; python_version<"3.3"',
27
'termcolor'
28
]
0 commit comments