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 80a29a4 commit b37a1e8Copy full SHA for b37a1e8
pulumi/pulumi-python/test/controls/pulumi.rb
@@ -13,5 +13,5 @@
13
14
describe command('python --version') do
15
its('exit_status') { should eq 0 }
16
- its('stdout') { should match(/Python 3.9/) }
+ its('stdout') { should match(/Python 3.12/) }
17
end
0 commit comments