Skip to content

Commit b83aa36

Browse files
committed
Be more specific with compilation tests
1 parent 6045313 commit b83aa36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/classes/python_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
context '3.6 SCL package' do
253253
let(:params) { { version: 'rh-python36' } }
254254

255-
it { is_expected.to compile }
255+
it { is_expected.to compile.with_all_deps }
256256
end
257257
end
258258
describe 'with manage_scl' do
@@ -285,7 +285,7 @@
285285
context '3.6 SCL package' do
286286
let(:params) { { version: 'rh-python36' } }
287287

288-
it { is_expected.to compile }
288+
it { is_expected.to compile.with_all_deps }
289289
end
290290
end
291291
describe 'with manage_scl' do

0 commit comments

Comments
 (0)