Skip to content

Commit 6bcbf19

Browse files
authored
test git egg installation (#666)
Signed-off-by: Kenneth Reitz <[email protected]>
1 parent dd0aee7 commit 6bcbf19

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-e git+https://github.com/requests/requests.git#egg=requests

test/run

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ testPython3() {
8787
assertCapturedSuccess
8888
}
8989

90+
testGitEgg() {
91+
compile "git-egg"
92+
assertCaptured "requests"
93+
assertCapturedSuccess
94+
}
95+
9096
testSmartRequirements() {
9197
local cache_dir="$(mktmpdir)"
9298
compile "requirements-standard" "$cache_dir"

0 commit comments

Comments
 (0)