|
26 | 26 | end |
27 | 27 |
|
28 | 28 | case [facts['os']['family'], facts['os']['release']['major']] |
29 | | - when %w[RedHat 8], %w[RedHat 9], %w[Ubuntu 20.04] |
| 29 | + when %w[RedHat 8], %w[RedHat 9] |
30 | 30 | it { is_expected.to raise_error(%r{does not support Python 3}) } |
31 | 31 | else |
32 | 32 | it 'import collectd_rabbitmq.collectd_plugin in python-config' do |
|
69 | 69 | end |
70 | 70 |
|
71 | 71 | case [facts['os']['family'], facts['os']['release']['major']] |
72 | | - when %w[RedHat 8], %w[RedHat 9], %w[Ubuntu 20.04] |
| 72 | + when %w[RedHat 8], %w[RedHat 9] |
73 | 73 | it { is_expected.to raise_error(%r{does not support Python 3}) } |
74 | 74 | else |
75 | 75 | it 'override custom TypesDB' do |
|
84 | 84 | end |
85 | 85 |
|
86 | 86 | case [facts['os']['family'], facts['os']['release']['major']] |
87 | | - when %w[RedHat 8], %w[RedHat 9], %w[Ubuntu 20.04] |
| 87 | + when %w[RedHat 8], %w[RedHat 9] |
88 | 88 | it { is_expected.to raise_error(%r{does not support Python 3}) } |
89 | 89 | else |
90 | 90 | it 'override Username to foo in python-config' do |
|
99 | 99 | end |
100 | 100 |
|
101 | 101 | case [facts['os']['family'], facts['os']['release']['major']] |
102 | | - when %w[RedHat 8], %w[RedHat 9], %w[Ubuntu 20.04] |
| 102 | + when %w[RedHat 8], %w[RedHat 9] |
103 | 103 | it { is_expected.to raise_error(%r{does not support Python 3}) } |
104 | 104 | else |
105 | 105 | it 'override Username to foo in python-config' do |
|
114 | 114 | end |
115 | 115 |
|
116 | 116 | case [facts['os']['family'], facts['os']['release']['major']] |
117 | | - when %w[RedHat 8], %w[RedHat 9], %w[Ubuntu 20.04] |
| 117 | + when %w[RedHat 8], %w[RedHat 9] |
118 | 118 | it { is_expected.to raise_error(%r{does not support Python 3}) } |
119 | 119 | else |
120 | 120 | it 'override Username to foo in python-config' do |
|
130 | 130 | end |
131 | 131 |
|
132 | 132 | case [facts['os']['family'], facts['os']['release']['major']] |
133 | | - when %w[RedHat 8], %w[RedHat 9], %w[Ubuntu 20.04] |
| 133 | + when %w[RedHat 8], %w[RedHat 9] |
134 | 134 | it { is_expected.to raise_error(%r{does not support Python 3}) } |
135 | 135 | else |
136 | 136 | it 'Will remove python-config' do |
|
157 | 157 | end |
158 | 158 |
|
159 | 159 | case [facts['os']['family'], facts['os']['release']['major']] |
160 | | - when %w[RedHat 8], %w[RedHat 9], %w[Ubuntu 20.04] |
| 160 | + when %w[RedHat 8], %w[RedHat 9] |
161 | 161 | it { is_expected.to raise_error(%r{does not support Python 3}) } |
162 | 162 | else |
163 | 163 | it do |
|
0 commit comments