We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6045313 commit b83aa36Copy full SHA for b83aa36
1 file changed
spec/classes/python_spec.rb
@@ -252,7 +252,7 @@
252
context '3.6 SCL package' do
253
let(:params) { { version: 'rh-python36' } }
254
255
- it { is_expected.to compile }
+ it { is_expected.to compile.with_all_deps }
256
end
257
258
describe 'with manage_scl' do
@@ -285,7 +285,7 @@
285
286
287
288
289
290
291
0 commit comments