Skip to content

Commit

Permalink
python3.6_with_system_site_packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and svenfuchs committed Apr 16, 2019
1 parent 4b3cd16 commit f8a48e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/build/script/python_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,6 @@

it 'sets up python with system site packages enabled' do
data[:config][:virtualenv] = { 'system_site_packages' => true }
should include_sexp [:cmd, 'source ~/virtualenv/python2.7_with_system_site_packages/bin/activate', assert: true, echo: true, timing: true]
should include_sexp [:cmd, 'source ~/virtualenv/python3.6_with_system_site_packages/bin/activate', assert: true, echo: true, timing: true]
end
end

0 comments on commit f8a48e8

Please sign in to comment.