We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d4f66 commit 01f8619Copy full SHA for 01f8619
cookbooks/aws-parallelcluster-platform/spec/unit/recipes/cookbook_virtualenv_spec.rb
@@ -5,6 +5,7 @@
5
context "on #{platform}#{version}" do
6
cached(:python_version) { 'python_version' }
7
cached(:system_pyenv_root) { 'system_pyenv_root' }
8
+ cached(:aws_region) { 'us-iso-east-1' }
9
cached(:virtualenv_path) { 'system_pyenv_root/versions/python_version/envs/cookbook_virtualenv' }
10
11
context "when cookbook virtualenv not installed yet" do
@@ -36,7 +37,6 @@
36
37
38
context "when region starts with us-iso" do
39
it 'installs python packages' do
- is_expected.to write_node_attributes('HERE')
40
is_expected.to run_bash("pip install").with(
41
user: 'root',
42
group: 'root',
0 commit comments