Unverified Commit 6bcbf19b authored by Kenneth Reitz's avatar Kenneth Reitz Committed by GitHub

test git egg installation (#666)

Signed-off-by: 's avatarKenneth Reitz <me@kennethreitz.org>
parent dd0aee7b
-e git+https://github.com/requests/requests.git#egg=requests
\ No newline at end of file
...@@ -87,6 +87,12 @@ testPython3() { ...@@ -87,6 +87,12 @@ testPython3() {
assertCapturedSuccess assertCapturedSuccess
} }
testGitEgg() {
compile "git-egg"
assertCaptured "requests"
assertCapturedSuccess
}
testSmartRequirements() { testSmartRequirements() {
local cache_dir="$(mktmpdir)" local cache_dir="$(mktmpdir)"
compile "requirements-standard" "$cache_dir" compile "requirements-standard" "$cache_dir"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment