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:
Joe Kutner
2020-04-21 16:42:56 -05:00
committed by GitHub
parent ea350a6694
commit edb7004a28
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@
# Master
- Bugfix: Caching on subsequent redeploys
- Update tests to support latest version of Python
--------------------------------------------------------------------------------
+1 -1
View File
@@ -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