This repository was archived by the owner on Feb 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
lib/poise_python/python_providers
test/spec/python_providers Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ module PythonProviders
26
26
class Scl < Base
27
27
include PoiseLanguages ::Scl ::Mixin
28
28
provides ( :scl )
29
- scl_package ( '3.5.1' , 'rh-python35' , 'rh-python35-python-devel' , '>= 7.0' )
29
+ scl_package ( '3.6.3' , 'rh-python36' , 'rh-python36-python-devel' )
30
+ scl_package ( '3.5.1' , 'rh-python35' , 'rh-python35-python-devel' )
30
31
scl_package ( '3.4.2' , 'rh-python34' , 'rh-python34-python-devel' )
31
32
scl_package ( '3.3.2' , 'python33' , 'python33-python-devel' )
32
33
scl_package ( '2.7.8' , 'python27' , 'python27-python-devel' )
Original file line number Diff line number Diff line change 41
41
42
42
context 'with version ""' do
43
43
let ( :python_version ) { '' }
44
- it_behaves_like 'scl provider' , 'rh-python35 '
44
+ it_behaves_like 'scl provider' , 'rh-python36 '
45
45
end # /context with version ""
46
46
47
47
context 'with version "2"' do
51
51
52
52
context 'with version "3"' do
53
53
let ( :python_version ) { '3' }
54
- it_behaves_like 'scl provider' , 'rh-python35 '
54
+ it_behaves_like 'scl provider' , 'rh-python36 '
55
55
end # /context with version "3"
56
56
57
57
context 'with version "3.3"' do
62
62
context 'with version "" on CentOS 6' do
63
63
let ( :chefspec_options ) { { platform : 'centos' , version : '6.9' } }
64
64
let ( :python_version ) { '' }
65
- it_behaves_like 'scl provider' , 'rh-python34 '
65
+ it_behaves_like 'scl provider' , 'rh-python36 '
66
66
end # /context with version "" on CentOS 6
67
67
68
68
context 'action :uninstall' do
You can’t perform that action at this time.
0 commit comments