mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Update hatchet tests to support latest version of Python (#952)
* Update hatchet tests to support latest version of Python * Empty commit to trigger CI
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
# Master
|
||||
|
||||
- Bugfix: Caching on subsequent redeploys
|
||||
- Update tests to support latest version of Python
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ describe "Default Python Deploy" do
|
||||
expect(app.output).to_not match("Requirements file has been changed, updating cache")
|
||||
expect(app.output).to_not match("No dependencies found, preparing to install")
|
||||
|
||||
expect(app.run('python -V')).to match(/3.7.3/)
|
||||
expect(app.run('python -V')).to match(/3.7.6/)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user