Skip to content

Commit f2d2c73

Browse files
committed
[Isolated] Test python pacakges are installed when in an ADC region
1 parent bd4448f commit f2d2c73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cookbooks/aws-parallelcluster-platform/spec/unit/recipes/cookbook_virtualenv_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
context "when cookbook virtualenv not installed yet" do
1212
cached(:chef_run) do
1313
runner = runner(platform: platform, version: version) do |node|
14-
allow_any_instance_of(String).to receive(:start_with?).and_return(true)
1514
node.override['cluster']['system_pyenv_root'] = system_pyenv_root
1615
node.override['cluster']['python-version'] = python_version
1716
node.override['cluster']['region'] = aws_region

0 commit comments

Comments
 (0)