Merge pull request #843 from heroku/hatchet/test-updates

Hatchet/test updates
This commit is contained in:
Casey
2019-09-12 09:32:29 -07:00
committed by GitHub
2 changed files with 11 additions and 5 deletions
+10 -4
View File
@@ -1,10 +1,16 @@
# Python Buildpack Changelog
# 156 (2019-08)
# Master
Move get-pip utility to S3
Build utility and documentation updates
Python 3.6.9 and 3.7.4 now available.
- Bump Hatchet tests to point at new default python version.
- Python 3.6.9 and 3.7.4 now available.
- Move get-pip utility to S3
- Build utility and documentation updates
--------------------------------------------------------------------------------
# 155 (2019-08-22)
+1 -1
View File
@@ -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