Skip to content

Commit 3434972

Browse files
committed
update hatchet expected version
1 parent 1dfef44 commit 3434972

File tree

4 files changed

+33
-2
lines changed

4 files changed

+33
-2
lines changed

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.6/)
7+
expect(app.run('python -V')).to match(/3.6.7/)
88
end
99
end
1010
end

test/fixtures/pipenv-version/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ verify_ssl = true
66
requests = "*"
77

88
[requires]
9-
python_version = "3.6"
9+
python_version = "3.6"

test/fixtures/pipenv-version2/Pipfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[[source]]
2+
url = "https://pypi.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
8+
[dev-packages]
9+
10+
[requires]
11+
python_version = "2.7"

test/fixtures/pipenv-version2/Pipfile.lock

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)