From 61ead23f7ff40d061f49e3b25c0f1a4bc8617cde Mon Sep 17 00:00:00 2001 From: Casey Faist Date: Thu, 12 Sep 2019 08:44:10 -0700 Subject: [PATCH] bump hatchet default python --- spec/hatchet/python_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/hatchet/python_spec.rb b/spec/hatchet/python_spec.rb index fb1a0eb..9651d60 100644 --- a/spec/hatchet/python_spec.rb +++ b/spec/hatchet/python_spec.rb @@ -4,7 +4,7 @@ describe "Python!!!!!!!!!!!" do it "🐍" do Hatchet::Runner.new('python-getting-started', stack: DEFAULT_STACK).deploy do |app| expect(app.output).to match(/Installing pip/) - expect(app.run('python -V')).to match(/3.6.8/) + expect(app.run('python -V')).to match(/3.6.9/) end end end