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
6bcbf19b
Unverified
Commit
6bcbf19b
authored
Apr 26, 2018
by
Kenneth Reitz
Committed by
GitHub
Apr 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test git egg installation (#666)
Signed-off-by:
Kenneth Reitz
<
me@kennethreitz.org
>
parent
dd0aee7b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
requirements.txt
test/fixtures/git-egg/requirements.txt
+1
-0
run
test/run
+6
-0
No files found.
test/fixtures/git-egg/requirements.txt
0 → 100644
View file @
6bcbf19b
-e git+https://github.com/requests/requests.git#egg=requests
\ No newline at end of file
test/run
View file @
6bcbf19b
...
...
@@ -87,6 +87,12 @@ testPython3() {
assertCapturedSuccess
}
testGitEgg
()
{
compile
"git-egg"
assertCaptured
"requests"
assertCapturedSuccess
}
testSmartRequirements
()
{
local
cache_dir
=
"
$(
mktmpdir
)
"
compile
"requirements-standard"
"
$cache_dir
"
...
...
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