Skip to content

Commit 149c046

Browse files
authored
Merge pull request heroku#843 from heroku/hatchet/test-updates
Hatchet/test updates
2 parents 1e92f31 + fc4cbf2 commit 149c046

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Python Buildpack Changelog
22

3-
# 156 (2019-08)
3+
# Master
44

5-
Move get-pip utility to S3
6-
Build utility and documentation updates
7-
Python 3.6.9 and 3.7.4 now available.
5+
- Bump Hatchet tests to point at new default python version.
6+
7+
- Python 3.6.9 and 3.7.4 now available.
8+
9+
- Move get-pip utility to S3
10+
11+
- Build utility and documentation updates
12+
13+
--------------------------------------------------------------------------------
814

915
# 155 (2019-08-22)
1016

spec/hatchet/python_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
it "🐍" do
55
Hatchet::Runner.new('python-getting-started', stack: DEFAULT_STACK).deploy do |app|
66
expect(app.output).to match(/Installing pip/)
7-
expect(app.run('python -V')).to match(/3.6.8/)
7+
expect(app.run('python -V')).to match(/3.6.9/)
88
end
99
end
1010
end

0 commit comments

Comments
 (0)