Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-python
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-python
Commits
3434972e
Commit
3434972e
authored
Nov 15, 2018
by
Casey Faist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update hatchet expected version
parent
1dfef440
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
33 additions
and
2 deletions
+33
-2
python_spec.rb
spec/hatchet/python_spec.rb
+1
-1
Pipfile
test/fixtures/pipenv-version/Pipfile
+1
-1
Pipfile
test/fixtures/pipenv-version2/Pipfile
+11
-0
Pipfile.lock
test/fixtures/pipenv-version2/Pipfile.lock
+20
-0
No files found.
spec/hatchet/python_spec.rb
View file @
3434972e
...
@@ -4,7 +4,7 @@ describe "Python!!!!!!!!!!!" do
...
@@ -4,7 +4,7 @@ describe "Python!!!!!!!!!!!" do
it
"🐍"
do
it
"🐍"
do
Hatchet
::
Runner
.
new
(
'python-getting-started'
,
stack:
DEFAULT_STACK
).
deploy
do
|
app
|
Hatchet
::
Runner
.
new
(
'python-getting-started'
,
stack:
DEFAULT_STACK
).
deploy
do
|
app
|
expect
(
app
.
output
).
to
match
(
/Installing pip/
)
expect
(
app
.
output
).
to
match
(
/Installing pip/
)
expect
(
app
.
run
(
'python -V'
)).
to
match
(
/3.6.
6
/
)
expect
(
app
.
run
(
'python -V'
)).
to
match
(
/3.6.
7
/
)
end
end
end
end
end
end
test/fixtures/pipenv-version/Pipfile
View file @
3434972e
...
@@ -6,4 +6,4 @@ verify_ssl = true
...
@@ -6,4 +6,4 @@ verify_ssl = true
requests = "*"
requests = "*"
[requires]
[requires]
python_version = "3.6"
python_version = "3.6"
\ No newline at end of file
test/fixtures/pipenv-version2/Pipfile
0 → 100644
View file @
3434972e
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
[requires]
python_version = "2.7"
test/fixtures/pipenv-version2/Pipfile.lock
0 → 100644
View file @
3434972e
{
"_meta": {
"hash": {
"sha256": "ae4bdd7d4157baab65ae9d0e8389a6011e6b640995372c45ec81fa5d1ddfae9f"
},
"pipfile-spec": 6,
"requires": {
"python_version": "2.7"
},
"sources": [
{
"name": "pypi",
"url": "https://pypi.org/simple",
"verify_ssl": true
}
]
},
"default": {},
"develop": {}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment