Skip to content

Commit cad5b1b

Browse files
committed
CI: Dont set python version
1 parent d6bc593 commit cad5b1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/acceptance/pip_spec.rb

+1-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ class { 'python':
7676
it 'throws an error' do
7777
pp = <<-PUPPET
7878
class { 'python':
79-
version => '3',
80-
dev => 'present',
79+
dev => 'present',
8180
}
8281
8382
python::pyvenv { '/opt/test-venv':

0 commit comments

Comments
 (0)